an ontopic post how dare I :P
Frank Murphy wrote:
on client machine in real life I use the client in client.pub to
indicate what machine it came from
ssh-keygen -t rsa
scp .ssh/id_rsa.pub username at far.machine:/home/username/.ssh/client.pub
ssh -C username at far.machine
{yes folks I use -C even on local lans it does help}
using password - for the last time
cd .ssh
cat client.pub >> authorized_keys
{the >> appends not overwrites, use of > would overwrite}
CTRL^D
{to log out of the far machine, then test I got it right}
ssh -C username at far.machine
no passwords needed, how lovely :)
so easy even aunt tillie could do it!
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!