Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52364

Re: Paramiko Help. Execute command to Interactive Shell which is opened by SSHClient()

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <joshua.landau.ws@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.021
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'problem?': 0.07; 'subject:()': 0.09; 'subject:command': 0.09; 'cc:addr:python- list': 0.11; 'subject: \n ': 0.16; 'subject:which': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'code.': 0.18; 'command': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'work.': 0.31; 'code': 0.31; 'submitting': 0.31; 'received:google.com': 0.35; "didn't": 0.36; 'work?': 0.38; 'august': 0.61; 'first': 0.61; 'to:addr:gmail.com': 0.65; 'subject:. ': 0.67; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=WUDo1raYQpBz75PTqs8mCg7DwuAlc9g5HTKLgrFqeg0=; b=UqVB45ICgQXybRMcw0SpcGtWQhDOK0FzuT6jaF4wfxWvRuGborqQ47+OoWKLbxBSFH wIKUAxVLHgX6RMs/50rTZW33mYI4Tlia0jl536YU9A9wxHb1bJUXZaBbyqFbeBdy0hHj 8MtQeIjubk4jJxFVxQG0wTf0Dz6ENT8ksm+q8qu5dyeY1FY0abMkqHYZ8VSk7XQ4NZHd Ym9Nn5sqITWYvrgjD4+fddi8L6o/PL9mPeV0A6pXxfBVsloFRMiQjMptKs9iPh5ezERl +GFXzKU1Oj9c0JSKGodk0PJtajMirRkInEEkVHo7k8aVFL/PHf+Tl2zFQiD/3eDnS1yV PzkQ==
X-Received by 10.152.8.228 with SMTP id u4mr3236249laa.79.1376205085915; Sun, 11 Aug 2013 00:11:25 -0700 (PDT)
MIME-Version 1.0
Sender joshua.landau.ws@gmail.com
In-Reply-To <65f9e894-2528-46da-875f-2bebfaa182c1@googlegroups.com>
References <c665ba05-2843-4e44-a6d0-b29d508fd9f4@googlegroups.com> <3e9da33f-f37f-4df2-9c97-c4f2010f0471@googlegroups.com> <mailman.467.1376200760.1251.python-list@python.org> <65f9e894-2528-46da-875f-2bebfaa182c1@googlegroups.com>
From Joshua Landau <joshua@landau.ws>
Date Sun, 11 Aug 2013 08:10:45 +0100
X-Google-Sender-Auth -DXpgVhI0EQz3ou7d_prJdGku1o
Subject Re: Paramiko Help. Execute command to Interactive Shell which is opened by SSHClient()
To sagar varule <sagar.varule@gmail.com>
Content-Type text/plain; charset=UTF-8
Cc python-list <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.469.1376205088.1251.python-list@python.org> (permalink)
Lines 9
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1376205088 news.xs4all.nl 15928 [2001:888:2000:d::a6]:40417
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:52364

Show key headers only | View raw


On 11 August 2013 08:02, sagar varule <sagar.varule@gmail.com> wrote:
> On Sunday, August 11, 2013 11:28:31 AM UTC+5:30, Joshua Landau wrote:
>> You also didn't say what didn't work with the first block of code.
>
> Submitting Command to Interactive Shell through code did not work.

In what way didn't it work? What's the problem?

Also, what is "Interactive Shell"?

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Paramiko Help. Execute command to Interactive Shell which is opened by SSHClient() sagar varule <sagar.varule@gmail.com> - 2013-08-08 00:20 -0700
  Re: Paramiko Help. Execute command to Interactive Shell which is opened by SSHClient() sagar varule <sagar.varule@gmail.com> - 2013-08-10 22:18 -0700
    Re: Paramiko Help. Execute command to Interactive Shell which is opened by SSHClient() Joshua Landau <joshua@landau.ws> - 2013-08-11 06:58 +0100
      Re: Paramiko Help. Execute command to Interactive Shell which is opened by SSHClient() sagar varule <sagar.varule@gmail.com> - 2013-08-11 00:02 -0700
        Re: Paramiko Help. Execute command to Interactive Shell which is opened by SSHClient() Joshua Landau <joshua@landau.ws> - 2013-08-11 08:10 +0100
  Re: Paramiko Help. Execute command to Interactive Shell which is opened by SSHClient() Chris Angelico <rosuav@gmail.com> - 2013-08-11 09:57 +0100
  Re: Paramiko Help. Execute command to Interactive Shell which is opened by SSHClient() Joshua Landau <joshua@landau.ws> - 2013-08-11 11:10 +0100

csiph-web