fab-user
[Top][All Lists]
Advanced

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

[Fab-user] Using invoke_shell for Custom Shell


From: McDavid, Daniel
Subject: [Fab-user] Using invoke_shell for Custom Shell
Date: Wed, 13 Sep 2017 13:34:24 +0000
User-agent: Microsoft-MacOutlook/f.20.0.170309

I’ve got a network device running a custom shell that won’t except commands passed with the initial SSH connection (i.e., paramiko’s exec_command). When I use paramiko on its own, I use session.sendall() as a workaround and I see the option in `operations.py`, but I can’t figure out how to use it:

 

        # Kick off remote command

        if invoke_shell:

            channel.invoke_shell()

            if command:

                channel.sendall(command + "\n")

        else:

            channel.exec_command(command=command)

 

I tried running fab with `--set invoke_shell=True`, but that didn’t seem to do anything.

 

Suggestions?

 

Dan

 

 



The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.


reply via email to

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