ssh - SCP in ESXi not working -


everytime try copy files esxi machine other linux machine fails. either waits longer time or ends time out error.

cmd used: scp local_file root@:ip:path/to/folder

cmd err:ssh: connect host port 22: connection timed out lost connection

linux machine has sshd service running.

but, copying linux esxi works.

where missing in configuration? in advance !!

enable sshclient in firewall properties of server.

in vsphere client select

host -> configuration -> security profile -> firewall -> properties

then enable ssh client enable outgoing scp connections.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -