Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed3.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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; '16,': 0.03; 'assuming': 0.09; 'happen,': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ssh,': 0.16; 'wing': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'sort': 0.25; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'credentials': 0.31; 'ray': 0.31; 'another': 0.32; 'problem': 0.35; 'connection': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'picking': 0.36; 'chance': 0.65; 'stated': 0.69; 'william': 0.81; 'happened.': 0.84; 'league': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=JomXKOWgQvU3sNmT1T/ieyL/9fBU5hVBqldTqCMgXCk=; b=akxaTYtXWAZgZndOeO7yNu6EKzZ7YWK9Vd77V3HQmAhSao57+lA9ZzHNIf1lhpuIMZ D6qihdr1bYblh3dcL5XeREvWQcZj6/nU5PTHE9PmghV4edDGwI05H0J67Pf+hcekptKJ 5wZuK8AXfP8iy6qWceAxzeM4qUJG2b6JuHVfQk9L3T7KyDi7HbJ6LL6zm5CpQ97yQ35w Nv0iaADVYpKSYyILLdYB/J61CJR0mvTJ34WAgi38v99s2VL6hRPBtm9kFv1YoHEiOsfu NQDkWk00hfEs/q0vOiotnTxA2anulgHY5g/HOrXBOTF1q9soQkoOirD+6FEv4kNZkc2a C2Bw== MIME-Version: 1.0 X-Received: by 10.66.118.71 with SMTP id kk7mr4209209pab.14.1389805648406; Wed, 15 Jan 2014 09:07:28 -0800 (PST) In-Reply-To: <9CAF3375-B6C0-4B4A-A852-111ED74CFD68@mac.com> References: <22d58d76-f2c2-4a1d-8049-3409ac4665d3@googlegroups.com> <9202d352-e065-4f2b-a9e0-e29ce5c68df6@googlegroups.com> <7B721FFF-5F01-4736-AC82-B5E71848F926@mac.com> <9CAF3375-B6C0-4B4A-A852-111ED74CFD68@mac.com> Date: Thu, 16 Jan 2014 04:07:28 +1100 Subject: Re: Learning python networking From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 1389805658 news.xs4all.nl 2973 [2001:888:2000:d::a6]:56754 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64002 On Thu, Jan 16, 2014 at 3:43 AM, William Ray Wing wrote: > I was assuming another user picking up the connection using sniffed credentials (and yes, despite all the work on ssh, not all man-in-the-middle attacks have been killed). If that can happen, then I would much prefer that it kick my connection off - at least that way, I have some chance of knowing it's happened. But I suspect that this sort of thing is way WAY out of the league of the OP's stated problem :) ChrisA