Difference between revisions of "Ssh-copy-id"

From Linuxintro
imported>ThorstenStaerk
(New page: ssh-copy-id is a command to copy a key for passwordless logins to another server. If successful, it will create a trust relationship between your computer and another so that you c...)
 
(No difference)

Latest revision as of 13:54, 21 October 2010

ssh-copy-id is a command to copy a key for passwordless logins to another server. If successful, it will create a trust relationship between your computer and another so that you can log in without a password.

Example

ssh-copy-id -i .ssh/id_dsa.pub root@server