VMware Cloud Community
vvkkumawat
Contributor
Contributor

I have python script, running it on centos setup. I want to ssh to my VMware setup. Not getting any hint for a function to call for ssh. any help?

I have a python script. I am running it on a linux machine, but I want to SSH to my VMware machine through this script. I am able to do ssh to another linux machine through the command:-

self.cnxH2 = ssh(configJsonObj["host2"]["ip"], username = configJsonObj["host2"]["username"], password = configJsonObj["host2"]["password"], logname........

but now I need an equivalent command for VMware.

0 Kudos
0 Replies