Passwordless SSH
SSH Client : 10.0.0.12
SSH Server: 192.168.0.11
User: psi-admin
Login as psi-admin to SSH Client, then generate key to use:
ssh-keygen -t rsa
Then use ssh-copy-id to send the key to the SSH Server
ssh-copy-id psi-admin@192.168.0.11
Done!