ssh root@10.##.#.#
VMware vCenter Server 7.0.3.00800
Type: vCenter Server with an embedded Platform Services Controller
Received disconnect from 10.##.#.# port 22:2: Too many authentication failures
Disconnected from 10.##.#.# port 22
VMware vCenter Server 7.x
ssh -o PubkeyAuthentication=no root@VC_fqdn/IP
.ssh/config
using vi or nano:vi .ssh/config
Host IP/FQDN
Hostname IP/FQDN
PubkeyAuthentication no
Note: Ensure that you replace Host IP/FQDN with the appropriate parameter. For example:
Host example.vmware.com
Hostname example.vmware.com
PubkeyAuthentication no
or
Host 10.##.#.#
Hostname 10.##.#.#
PubkeyAuthentication no
Where 10.##.#.# is the vCenter IP and example.vmware.com is the vCenter FQDN.
ESC -> :wq!
The login should now be successful as shown below:
ssh root@10.##.#.#
VMware vCenter Server 7.0.3.00800
Type: vCenter Server with an embedded Platform Services Controller
root@XX.XXX.X.X's password:
Connected to service
* List APIs: "help api list"
* List Plugins: "help pi list"
* Launch BASH: "shell"
Command>