Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.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.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.05; 'url:github': 0.09; 'cc:addr:python-list': 0.10; 'url:)': 0.13; 'wrote:': 0.17; 'python?': 0.20; 'parse': 0.22; 'cc:2**0': 0.23; "i've": 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; 'am,': 0.27; 'received:209.85.210.46': 0.27; 'skip:@ 10': 0.27; 'received:google.com': 0.34; 'remote': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'message-id:@gmail.com': 0.36; 'url:org': 0.36; 'subject:with': 0.36; 'should': 0.36; 'charset:us-ascii': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'things': 0.38; 'nothing': 0.38; 'url:docs': 0.38; 'url:en': 0.38; 'header:Received:5': 0.40; 'header:Message-Id:1': 0.62; 'url:4': 0.72 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=g2NVkxca/pFhGhN3FIV0ZIoSDw1FJ96eshoS1JA4kj4=; b=S/zWpIyvaPuYS67vhZTusb94cucLCf7/X/m144wA4t0yz15v38z2duiJRq123H8Skw 1okHXFh/MQW84QyoRPLQH/Fs2gc0qtk12aNr4PAyEtH4CuqNHe6EEVmLeNJgq0iBmWu6 ggLnC6FqMRLhyyWbESRDML/nnI2FJR2QSdCVtmtrwwg4YI0thm0/8JWnDrn0NYpghHD8 ujo4vr6L9bEa91DKyTtv6YQAcbwWR2EM16qk2IhDa6qpTXUm6g3rNr78H67jMxnxsdyv HRiwNViP5rm/w4dEP4wnZUesLKphggnBHlNMMo4r/DerKjCxOSsghkMyMloysy0p2LyB pQbQ== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) Subject: Re: SSH Connection with Python From: Demian Brecht In-Reply-To: <5089119A.2040902@globe.de> Date: Thu, 25 Oct 2012 06:54:43 -0700 Content-Transfer-Encoding: quoted-printable References: <5089119A.2040902@globe.de> To: Schneider X-Mailer: Apple Mail (2.1485) 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: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1351173290 news.xs4all.nl 6986 [2001:888:2000:d::a6]:57059 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:32126 On 2012-10-25, at 3:16 AM, Schneider wrote: > how can i create a SSH-Connection with python? I have to send some = commands to the remote host and parse their answers. I have yet to use it, but Fabric (http://docs.fabfile.org/en/1.4.3/) = should have everything you're looking for. I've heard nothing but good = things about it. Demian Brecht @demianbrecht http://demianbrecht.github.com