View Single Post
Old 12-19-2008, 04:47 PM   #29
mssmith
New Member
 
Join Date: Dec 2008
Model: 8330
PIN: N/A
Carrier: Verizon
Posts: 1
Default

Quote:
Originally Posted by doni View Post
SSH won't connect to a VMware ESX server. Connects, negotiating... nothing. server logs just show nothing after the initial connection. it can connect to an RHEL box via SSH, so it's not inherent to the app. and i could connect to ESX from Rove, when i demoed it months back. any ideas?
You may have found a solution by now...

I added 3des-cbc to my /etc/ssh/sshd_config file
Ciphers aes256-cbc,aes128-cbc,3des-cbc

Then restarted sshd
/etc/init.d/sshd restart

Worked like a champ after.

-M
Offline   Reply With Quote