IIRC my asyncssh lib should support the key+password auth. Not sure about other 
libs. Use `proc newSSHSession*(host: string, port: Port, username, pubKeyFile, 
privKeyFile: string, passphrase: string = ""): Future[SSHSession]`

Reply via email to