Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.05; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'module': 0.19; 'python?': 0.20; 'oktober': 0.22; 'parse': 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'host': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'url:python': 0.32; 'received:google.com': 0.34; 'christian': 0.34; 'from:addr:googlemail.com': 0.35; 'received:209.85.220': 0.35; 'remote': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'subject:with': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'worth': 0.63; 'url:asp': 0.82 Newsgroups: comp.lang.python Date: Mon, 29 Oct 2012 06:03:44 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=95.208.69.17; posting-account=uWp_DQoAAAAB_4sy58IrJ5P35MLHIIOK References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 95.208.69.17 MIME-Version: 1.0 Subject: Re: SSH Connection with Python From: Christian To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1351515829 news.xs4all.nl 6964 [2001:888:2000:d::a6]:44477 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:32369 Am Donnerstag, 25. Oktober 2012 12:31:46 UTC+2 schrieb Schneider: > Hi Folkz, > > how can i create a SSH-Connection with python? I have to send some > > commands to the remote host and parse their answers. > > greatz Johannes There is a module in chilkat. http://www.example-code.com/python/ssh_exec.asp Don't know if it is worth the money, never used it. Christian