[root@esxi02:~] esxcli network ip connection list | grep LISTEN | grep :22tcp 0 0 0.0.0.0:22 0.0.0.0:0 LISTEN ####### newreno busyboxtcp 0 0 192.#.#.#:2233 0.0.0.0:0 LISTEN ####### newrenotcp 0 0 127.#.#.1:2233 0.0.0.0:0 LISTEN ####### newreno
[root@esxi02:~] /etc/init.d/SSH statusSSH login is started
[root@esxi02:~] /etc/init.d/hostd statushostd is running.[root@esxi02:~] /etc/init.d/vpxa statusvpxa is runningVMware vSphere ESXi
[root@esxi02:~] esxcli network firewall ruleset allowedip list --ruleset-id=sshServer
Ruleset Allowed IP Addresses
---------- --------------------
sshServer 10.#.#.#or, use CLI to run the below command on the host -[root@esxi02:~] esxcli network firewall ruleset set --ruleset-id=sshServer --allowed-all=true