January 12, 2015

ESXi Autologin

 ssh-keygen -t rsa -b 4096 -C "root@192.168.1.33"
 cat ~/.ssh/id_rsa.pub | ssh root@192.168.1.26 'cat >> /etc/ssh/keys-root/authorized_keys'

copy key to any machine that needs to auto login

No comments: