Just Looking to log in from a the vmware host to another linux box (as a different user). I done this before plenty of times on Linux boxes before but not sure on the actual VMware host. I have generated public key
/usr/lib/vmware/openssh/bin/ssh-keygen
then copied it over to the server I want to ssh to without password:
cat /etc/ssh/testserver_pub_key.pub | ssh myuser@testserver 'cat >> /home/myuser/.ssh/authorized_keys'
Still can't log in without password.