sshkeys
This is an old revision of the document!
Sshkeys
Creating SSH Keys for rsync or ssh etc.
Create keys on local machine #ssh-keygen -t dsa Will not work anymore after server upgrades ssh-keygen -t rsa
Copy Public Key (id_dsa.pub) to PC you want to log into scp ~/.ssh/id_rsa.pub username@host:
On the PC you want to log into go to the .ssh folder in the home dir and add the key in to the authorised keys file cat id_rsa.pub » authorized_keys
Thats it. The pub key can be deleted off the server. Job Done.<br> Original = http://www.redbrick.dcu.ie/help/tutorials/ssh_keys/
sshkeys.1658261600.txt.gz · Last modified: 2022/07/19 20:13 by 127.0.0.1