fab-user
[Top][All Lists]
Advanced

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

[Fab-user] Host based authentication failing in fabric connection


From: Peter Moore
Subject: [Fab-user] Host based authentication failing in fabric connection
Date: Wed, 3 Oct 2018 23:21:40 -0500

I am trying to use Fabric instead of Ansible to deploy scripts to a number of hosts. I found out that user ssh keys are not copied. Instead host based authentication is being used (ie host keys are copied from /etc/ssh/ssh_host_rsa_key.pub to remote /etc/ssh/authorized_keys) and Paramiko is failing with this auth method.  Ansible does support this method though OpenSSH and will fall back to Paramiko if that is not working.

Is there a way to instantiate a Connection from fabric using another way ?

Thanks in advance
Pete

reply via email to

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