Link to home
Start Free TrialLog in
Avatar of reliantcorp
reliantcorp

asked on

SCP SSH not working between ESXi hosts


just installed ESXi 5 on two different servers. I'm now trying to copy some files between both from the shell but scp and ssh won't connect.

Of course SSH is enabled.
I can connect using putty or Winscp from a windows machine.

Any help will be really appreciated.
D.
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Do you get an error message?

Do you get a prompt from the other server....

e.g.

/tmp # scp test.log root@141.xxx.xxx.15:/tmp/test.log

Host '141.xxx.xxx.15' is not in the trusted hosts file.
(fingerprint md5 de:xx:91:65:xx:xx:30:1f:d7:11:80:1d:xx:12:0f:ec)
Do you want to continue connecting? (y/n) y
Login for root@141.xxx.xxx.15
Password:
test.log                                      100%    0     0.0KB/s   00:00
/tmp #
Are you sure

ESXi shell has been enabled for the host
SSH for the host has been enabled.
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also note, that you will also need to Add a Firewall Rule for SSH Outgoing on each Host!
Avatar of reliantcorp
reliantcorp

ASKER

Done, thanks a lot man. You just taught me about this built in firewall
I used to connect to SSH by enabling SSh service on ESXI but this time dd not work. After enabling the shell and restarting the servic it worked.
Thank you for the help.