[paramiko] SSHException: Unknown server <server> on Windows XP
james bardin
jbardin at bu.edu
Mon Feb 25 19:37:59 PST 2008
On Mon, Feb 25, 2008 at 5:49 PM, Bulkan <bulkan at gmail.com> wrote:
>
>
> I've tried running the above script in Ubuntu but it also fails with the
> same Exception. I forgot to mention that i've been testing this script on
> Windows/Ubuntu that is inside a Virtual Machine (Parallels) can this be the
> problem ?
>
>
>
Being in a VM shouldn't matter.
Are you certain that <server> is listed in your known_hosts file?
You should be able to get the key using 'ssh-keygen -F <server>'
You can also try to connect with ssh and strict keychecking:
ssh -o'StrictHostKeyChecking=yes" <server>
-jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.lag.net/pipermail/paramiko/attachments/20080225/b78a6ab7/attachment.htm
More information about the paramiko
mailing list