0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

vCenter Server に SSH するときは公開鍵認証を切る

Posted at

SSH できなかった。

$ ssh vcenter -l root  

VMware vCenter Server 7.0.0.10100

Type: vCenter Server with an embedded Platform Services Controller

Received disconnect from UNKNOWN port 65535:2: Too many authentication failures
Disconnected from UNKNOWN port 65535

公開鍵認証を着ればいいだけだった。

$ ssh vcenter.jn.sfc.keio.ac.jp -o 'PreferredAuthentications=password' -l root 

VMware vCenter Server 7.0.0.10100

Type: vCenter Server with an embedded Platform Services Controller

root@vcenter's password: 
Connected to service

    * List APIs: "help api list"
    * List Plugins: "help pi list"
    * Launch BASH: "shell"

Command>

参考文献

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?