fab-user
[Top][All Lists]
Advanced

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

Re: [Fab-user] Add New Feature: expect object


From: lirudy
Subject: Re: [Fab-user] Add New Feature: expect object
Date: Fri, 2 Nov 2012 17:27:31 +0800


Thanks your reply,
This feature is not only ssh tunnel, but also console's Interaction.
My task is froozen by ssh's question.
So it is like Expect in linux shell. 
 

lirudy
 
Date: 2012-11-02 16:55
To: lirudy
Subject: Re: [Fab-user] Add New Feature: expect object
On Fri, Nov 2, 2012 at 9:37 AM, lirudy <address@hidden> wrote:
> I'm add new feature to Fabric:
> I need deal this task: from client  connect to cent os linux , and from the
> linux connect to another linux :
 
This is called SSH tunnelling and if you google "fabric ssh
tunnelling" you'll get a lot of results.
Particulary this bug are prominent:
https://github.com/fabric/fabric/issues/38
 
As you'll see, there is a monkeypatch you can apply and if you read
the roadmap for version 1.5:
http://fabric.readthedocs.org/en/latest/roadmap.html
 
«Fabric 1.5: SSH tunnelling, remote timeouts, improved SSH key debug
info, sudo improvements, and a bit more. See the milestone issues page
for what remains to be done.»
 
So, voilá, there you have it. If there is really a problem, do the
monkeypatch, if you can wait couple of weeks, do it.
If you do the google search above, you will also find alternative
solutions using ProxyCommand to the ssh command or other ways of
tunnelling.
 
Good luck.
 
-- 
Sincerly, Herman Schistad

reply via email to

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