Paramiko SFTP autologon using id_dsa.pub

"Martin v. Löwis" martin at v.loewis.de
Fri Feb 8 02:47:23 EST 2008


> sorry i meant a code example that i pass the id_dsa.pub file contents
> too
> so i am not reliant on the host system to have the ssh-agent.

c.connect("<host>",username="loewis",key_filename=".ssh/identity")

works for me with ssh-agent disabled.

Regards,
Martin



More information about the Python-list mailing list