fab-user
[Top][All Lists]
Advanced

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

Re: [Fab-user] Remote ssh password


From: Nathan Brazil
Subject: Re: [Fab-user] Remote ssh password
Date: Thu, 20 Mar 2014 21:43:56 -0700

Not necessarily a fabric-related topic, but have you looked into the expect utility?

--

On Mar 20, 2014, at 5:44 AM, Geir Engebakken <address@hidden> wrote:

We are interested in using fabric to run remote commands for setting up keyless login from one remote server1 to another server2 . This implies that we need to supply a password for the user on server2 when running the remote fabric command on server1 , any idea how we can accomplish this?
 
The actual command we want to run remotely on server1  is :
 
ssh address@hidden  'umask 077; test -d .ssh || mkdir .ssh ; chmod 700 .;cat >> .ssh/authorized_keys'
 
 
Of course the actual running of the command on server1 is set up with keyless login on beforehand.
 
 
Geir
 
_______________________________________________
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]