Any reason why, using SshMachine(), my sshkey password would be requested 
three times?


mach = SshMachine("192.168.1.3")
server = DeployedServer(mach)

# and now you can connect to it the usual way
conn1 = server.classic_connect()
print conn1.modules.sys.platform



I can get around this, I suppose, by using ssh-agent.  I'm just curious.  

brian

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"rpyc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to