Quantcast
Channel: VMware Communities : All Content - All Communities
Viewing all articles
Browse latest Browse all 175326

SSH without Password from ESXi Host to a Linux server on same internal network

$
0
0

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.


Viewing all articles
Browse latest Browse all 175326

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>