SSH keypair setup on the XS

SSH into the XS with a keypair Here’s how I did it for my Ubuntu desktop client and the XS 0.6. First, on the XS, uncomment these lines in /etc/ssh/sshd_config and sshd_config.in RSAAuthentication yes PubkeyAuthentication yes AuthorizedKeysFile    .ssh/authorized_keys Restart the ssh service service sshd restart Now generate keys on your client machine. ssh-keygen You might… Read more SSH keypair setup on the XS