Difference between revisions of "SSH WithOut Password"

From MS Computech
Jump to: navigation, search
(Created page with "<pre> root@node-1:~# ssh-keygen root@node-2:~# ssh-keygen root@node-1:~# ssh-copy-id [email protected] root@node-2:~# ssh-copy-id [email protected] </pre>")
 
(No difference)

Latest revision as of 23:27, 5 October 2012

root@node-1:~# ssh-keygen
root@node-2:~# ssh-keygen
root@node-1:~# ssh-copy-id [email protected]
root@node-2:~# ssh-copy-id [email protected]