SSH keys for Password-less Logins
[php]ssh-keygen ssh-copy-id hostname[/php] You run the first command once to set up your public/private key pair and then you run the second command once for each host you want to connect to. [php]note: if non standard port use this "ssh-copy-id "user@host -p 31337"[/php] now you h...
Continue reading ...