Yes I have tested and installed expect, so that works and  can be used, but I 
thought maybe fabric itself could possibly deal with this. With expect I need 
to install it on all servers.


Geir

From: Nathan Brazil [mailto:[email protected]]
Sent: 21. mars 2014 05:44
To: Geir Engebakken
Cc: [email protected]
Subject: Re: [Fab-user] Remote ssh password

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

--

On Mar 20, 2014, at 5:44 AM, Geir Engebakken 
<[email protected]<mailto:[email protected]>> 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 user@remote2  '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
[email protected]<mailto:[email protected]>
https://lists.nongnu.org/mailman/listinfo/fab-user

_______________________________________________
Fab-user mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to