nsidc / vagrant-vsphere

VMware vSphere provider for Vagrant
Other
608 stars 166 forks source link

Authentication to vCenter with 2FA TOTP #293

Open donnieelmore opened 3 years ago

donnieelmore commented 3 years ago

Hello,

Is there currently a way to use this plugin while using 2FA TOTP logins for vCenter. We route vCenter logins through our local LDAP server and currently require use of a TOTP. When trying to do that currently with this plugin I get an "incorrect username or password" message. This appears to be the case because "ConnectVSphere" is being called multiple times so the TOTP is not valid past the first authentication attempt.

Any ideas??

Thanks, Donnie