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


Groups > comp.lang.python > #52361

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!feeds.phibee-telecom.net!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.056
X-Spam-Evidence '*H*': 0.89; '*S*': 0.00; 'subject:()': 0.09; 'subject:command': 0.09; 'cc:addr:python-list': 0.11; 'suggest': 0.14; 'subject: \n ': 0.16; 'subject:which': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'code.': 0.18; 'help.': 0.21; '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; 'posting': 0.31; 'probably': 0.32; 'comment': 0.34; 'knows': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'replies': 0.36; "didn't": 0.36; 'list.': 0.37; 'mailing': 0.39; 'users': 0.40; 'august': 0.61; 'first': 0.61; 'places': 0.64; 'to:addr:gmail.com': 0.65; 'here': 0.66; '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=qAQYc4zcmQDZT9UTyRo+kE6WSnKiFpWnTpSmTarMNVk=; b=LAhfMIM6POiLgp9FPQRafrEEZvTO8XsW2QKnDEkzeouTXcbxQTHc0J2IdnFymSa/u2 rnsNqUrFkjpT4onox6WfcJXvRnag7Cxzo2cnUjcBYlYxx0Dq21OYHxC2sLcyTuQOQnk1 9E9hToda+lIgtI5GwIQqO+7HiC86oTJnq72MK64puP0dd0zlAtN/ImnM1hHhW/6FEGIq bKjicMwZELuqywTgPWkfxN4rS8dgUx+mpFk3HZ3HcbPYMlzKZjuzSS19L92Ww0mvwlPE xSfz0f5ohlITqB0xqflkZ+/rym0XI9eZ1nNCwzxhXzTG42gPOs/l1borFxZuWQjzfqbA cBhA==
X-Received by 10.152.121.73 with SMTP id li9mr3219288lab.42.1376200751467; Sat, 10 Aug 2013 22:59:11 -0700 (PDT)
MIME-Version 1.0
Sender joshua.landau.ws@gmail.com
In-Reply-To <3e9da33f-f37f-4df2-9c97-c4f2010f0471@googlegroups.com>
References <c665ba05-2843-4e44-a6d0-b29d508fd9f4@googlegroups.com> <3e9da33f-f37f-4df2-9c97-c4f2010f0471@googlegroups.com>
From Joshua Landau <joshua@landau.ws>
Date Sun, 11 Aug 2013 06:58:31 +0100
X-Google-Sender-Auth NjP-5-wI3Q_hSnCzSQVScT9_reo
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.467.1376200760.1251.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1376200760 news.xs4all.nl 16005 [2001:888:2000:d::a6]:54964
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:52361

Show key headers only | View raw


On 11 August 2013 06:18, sagar varule <sagar.varule@gmail.com> wrote:
> Can any one comment on this..

If you don't get replies here it's probably because no-one knows
Paramiko. I suggest posting elsewhere to see if there are any Paramiko
users in other places willing to help. There might be a Paramiko
mailing list.

You also didn't say what didn't work with the first block of code.
Also, what is "interactive"?

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