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 <pj0...@gmail.com>:

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
> Fab-user@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/fab-user
>
​
--
_______________________________________________
Fab-user mailing list
Fab-user@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to