VMware Cloud Community
sysjno
Contributor
Contributor

SSH configuration?

Where does ESXi keep it's sshd_config or equivalent?

I got a notification that one of my VMware servers has a vulnerability of "weak SSL ciphers". It appears that RC4 ciphers are supported and must be disabled.

Reply
0 Kudos
2 Replies
AureusStone
Expert
Expert

/etc/ssh/sshd_config

Reply
0 Kudos
sysjno
Contributor
Contributor

There is no /etc/ssh/ on ESXi Nor is there an sshd_config anywhere on the filesystem.

~ # ls /etc/

chkconfig.db ipmi profile

cim issue protocols

dhclient-vmk0.leases issue.net random-seed

dhclient6-vmk0.leases keymap rc.local

dropbear motd resolv.conf

fstab mtab services

group nsswitch.conf sfcb

gshadow ntp.conf shadow

host.conf ntp.drift shells

hosts ntp.keys slp.reg

inetd.conf openwsman sysconfig

init opt syslog.conf

init.d pam.d vmware

inittab passwd

~ # find / -name sshd_config

~ #

Reply
0 Kudos