[Twisted-Python] Public Key Authentication with Conch
![](https://secure.gravatar.com/avatar/7964a0aa5fb0960a920694fde1e787f2.jpg?s=120&d=mm&r=g)
Hello, I'm trying out Twisted/Conch as a replacement for a script based upon Paramiko for transferring some files around. However, I'm not able to get my Twisted/Conch script to authenticate to the remote server using public keys. Password authentication works in my Twisted/Conch script and public key authentication works when I connect to a local server that uses OpenSSH. The remote server identifies itself as "SSH-2.0-http://3sp.com_Maverick_SSHD". Can anyone give me any tips on what might be going wrong? Is there a way to increase the verbosity to see what might be going on? -- Jeff Ollie
![](https://secure.gravatar.com/avatar/607cfd4a5b41fe6c886c978128b9c03e.jpg?s=120&d=mm&r=g)
On 29 Jun, 08:39 pm, jeff@ocjtech.us wrote:
Hello,
I'm trying out Twisted/Conch as a replacement for a script based upon Paramiko for transferring some files around. However, I'm not able to get my Twisted/Conch script to authenticate to the remote server using public keys. Password authentication works in my Twisted/Conch script and public key authentication works when I connect to a local server that uses OpenSSH. The remote server identifies itself as "SSH-2.0-http://3sp.com_Maverick_SSHD". Can anyone give me any tips on what might be going wrong? Is there a way to increase the verbosity to see what might be going on?
If you haven't already looked in the log, you might find more information there. Conch emits some extra information there. Jean-Paul
participants (2)
-
exarkun@twistedmatrix.com
-
Jeffrey Ollie