fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] linux ssh: Remote Host Identification failed


From: Carlos García
Subject: Re: [Fab-user] linux ssh: Remote Host Identification failed
Date: Mon, 12 Dec 2016 10:16:33 +0100

Hi,

you can try to set disable_known_hosts to True. You can set it in the CLI or using the env configuration dictionary.

fab --disable-known-hosts your-task -H your-host

You can check the docs here [http://docs.fabfile.org/en/1.12/usage/fab.html#cmdoption-D]

Regards

2016-12-05 7:06 GMT+01:00 Prasant J <address@hidden>:

Hi,

I'm making a python GUI program that uses fabric and performs
operations on the remote device. I'm new to python as well as fabric.
My python program is al most complete.


My Query:
When the remote host identification has changed, fabric throws
Exception: NetworkError. Is there a way by which I can ask fabric to
bypass remote host identification check?

Any inputs will be of help to me.


Regards, Pj

_______________________________________________
Fab-user mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/fab-user

-- 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]