hpr0386 :: SSH config file
Ken talks about user friendly identities to connect to ssh

Hosted by Ken Fallon on Tuesday, 2009-06-23 is flagged as Explicit and is released under a CC-BY-NC-SA license.
ssh config, ssh keys, ssh agent.
(Be the first).
Listen in ogg,
opus,
or mp3 format. Play now:
Duration: 00:13:56
Download the transcription and
subtitles.
general.
GSSAPIAuthentication no
ForwardAgent yes
EscapeChar none
ForwardX11 yes
Protocol 2
Host hometunnel
User homeuser
Hostname mymachine.dynamicdns.org
LocalForward 8080 192.168.1.100:80
Port 1234
Host home
User homeuser
Hostname mymachine.dynamicdns.org
Port 1234
Host work
User workuser
Hostname mywork.mycompany.com
IdentityFile ~/.ssh/work_id_dsa.pub
Host isp
User ispuser
Hostname isp.example.com
IdentityFile ~/.ssh/isp_id_dsa.pub