Hey guys,
i´m really new to orchestrator and have a problem.
In our environment we use a public private key authentication to access our esxi-hosts with ssh.
Password authentication is disabled.
During our kickstart installation we install our public key on the esxi
When i connect manually with ssh to an esxi with putty i have to login as root and after that i have to provide the passphrase for the keyauthentication.
Is there any way to model this process in the orchestrator?
I Just found some ssh methods provided by vmware like "sshsession.connectwithpassword", "sshsession.connectwithidentity" and "sshsession.connectwithpasswordoridentity"
But none of theese works.
any suggestions?
thanks in advance.