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: 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: <3e9da33f-f37f-4df2-9c97-c4f2010f0471@googlegroups.com> <65f9e894-2528-46da-875f-2bebfaa182c1@googlegroups.com> From: Joshua Landau 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 Content-Type: text/plain; charset=UTF-8 Cc: python-list X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On 11 August 2013 08:02, sagar varule 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"?