Thank you. I greatly appreciate your work on this.  I may have time to
offer on a project. Do you need any help on the projects that you maintain ?

Thanks
Pete

On Fri, Oct 5, 2018 at 11:05 AM <fab-user-requ...@nongnu.org> wrote:

> Send Fab-user mailing list submissions to
>         fab-user@nongnu.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.nongnu.org/mailman/listinfo/fab-user
> or, via email, send a message with subject or body 'help' to
>         fab-user-requ...@nongnu.org
>
> You can reach the person managing the list at
>         fab-user-ow...@nongnu.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Fab-user digest..."
>
>
> Today's Topics:
>
>    1. Re: Host based authentication failing in fabric connection
>       (Jeff Forcier)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 4 Oct 2018 09:21:40 -0700
> From: Jeff Forcier <j...@bitprophet.org>
> To: 1petemo...@gmail.com
> Cc: Fabric Mailing List <fab-user@nongnu.org>
> Subject: Re: [Fab-user] Host based authentication failing in fabric
>         connection
> Message-ID:
>         <
> cac+p8mrgcgsqznnr+g5tgynunnufqwq8mzr04gek5dhvscu...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Peter,
>
> Fabric (all versions) only uses Paramiko, so if it lacks host-based auth,
> then Fabric will as well.
>
> I looked and there is an open ticket for adding the feature to Paramiko:
> https://github.com/paramiko/paramiko/issues/316 - there seems to be a diff
> attached which I haven't reviewed yet (hasn't been a high priority as very
> few users seem to be requesting it).
>
> Should you have the time to attempt adding it to your local copy of
> Paramiko, please comment on the ticket with the results - that would help
> move things along a bit.
>
> Best,
> Jeff
>
> On Thu, Oct 4, 2018 at 12:28 AM Peter Moore <1petemo...@gmail.com> wrote:
>
> > 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
> > _______________________________________________
> > Fab-user mailing list
> > Fab-user@nongnu.org
> > https://lists.nongnu.org/mailman/listinfo/fab-user
> >
>
>
> --
> Jeff Forcier
> Unix sysadmin; Python engineer
> http://bitprophet.org
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.nongnu.org/archive/html/fab-user/attachments/20181004/ff6bc424/attachment.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Fab-user mailing list
> Fab-user@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/fab-user
>
>
> ------------------------------
>
> End of Fab-user Digest, Vol 124, Issue 2
> ****************************************
>


-- 
*Pete Moore*

*Software Engineer *
_______________________________________________
Fab-user mailing list
Fab-user@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to