naim94a
Contributor
Contributor

Hi Azadifar​,

vm.login has an optional parameter (require_interactive, default is False)

So if you change the login to this line, it should work:

vm.login(username="User", password="Password", require_interactive=True)

Reply
0 Kudos