Could we help you? Please click the banners. We are young and desperately need the money
ESXi Version 4.x
Change TCP port settings for SSH service:
1. Edit /etc/services and change ports as desired:
ssh 22/tcp # SSH Remote Login Protocol ssh 22/udp # SSH Remote
2. Restart inetd service:
kill -HUP `ps | grep inetd`
Change TCP port settings for the vSphere administration:
1. Edit the file /etc/vmware/hostd/proxy.xml and add these tags unter the <ConfigRoot> tag:
<httpPort>http_port_number</httpPort> <httpsPort>https_port_number</httpsPort>
2. Save the file and restart the Management Agent services
ESXi: /sbin/services.sh restart ESX: service mgmt-vmware start