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).
The show is available on the Internet Archive at: https://archive.org/details/hpr0386
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:13:56
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