Set up remote access in UNIX through OpenSSH (developerWorks)
Posted Feb 16, 2007 23:26 UTC (Fri) by
ldarby (guest, #41318)
Parent article:
Set up remote access in UNIX through OpenSSH (developerWorks)
While I applaud IBM for advocating OpenSSH over eg. rsh or telnet, they missed a couple of points.
1. To avoid typing in the passphrase each time, he uses a blank passphrase which is horribly insecure. To avoid that, use ssh-agent which holds your keys for you, and is slightly more secure.
2. To copy your identity to a new machine, there is already ssh-copy-id, there's no need to go and re-implement it.
Ok, to be honest I found out about these 2 points about 6 years after I first started using ssh, I just want everyone to be aware of them...
(
Log in to post comments)