Ssh-copy-id

From Linuxintro
Revision as of 13:54, 21 October 2010 by 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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