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


Groups > comp.lang.python > #64002

Re: Learning python networking

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 <rosuav@gmail.com>
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> <mailman.5207.1389223748.18130.python-list@python.org> <9202d352-e065-4f2b-a9e0-e29ce5c68df6@googlegroups.com> <CAPTjJmpb6yr-VpWypbJQn0a=pNjvNV2CchVBZaK+v_5JoSQOBg@mail.gmail.com> <7B721FFF-5F01-4736-AC82-B5E71848F926@mac.com> <CAPTjJmqKKZW0tvRF5ae5zDVK0M8ou1OkyAmhBXRouLwVbsGpwg@mail.gmail.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 <rosuav@gmail.com>
Cc "python-list@python.org" <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 <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5526.1389805658.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Thu, Jan 16, 2014 at 3:43 AM, William Ray Wing <wrw@mac.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Learning python networking Paul Pittlerson <menkomigen6@gmail.com> - 2014-01-08 14:27 -0800
  Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-09 10:29 +1100
    Re: Learning python networking Paul Pittlerson <menkomigen6@gmail.com> - 2014-01-15 02:37 -0800
      Re: Learning python networking Denis McMahon <denismfmcmahon@gmail.com> - 2014-01-15 11:11 +0000
      Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-15 23:52 +1100
      Re: Learning python networking "Frank Millman" <frank@chagford.com> - 2014-01-15 15:31 +0200
      Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-16 01:07 +1100
      Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-16 02:36 +1100
      Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-16 03:31 +1100
      Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-16 03:32 +1100
      Re: Learning python networking William Ray Wing <wrw@mac.com> - 2014-01-15 11:43 -0500
      Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-16 04:07 +1100
      Re: Learning python networking William Ray Wing <wrw@mac.com> - 2014-01-15 11:25 -0500
  Re: Learning python networking Dan Stromberg <drsalists@gmail.com> - 2014-01-08 15:53 -0800
  Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-09 11:07 +1100
  Re: Learning python networking Dan Stromberg <drsalists@gmail.com> - 2014-01-08 19:49 -0800
    Re: Learning python networking Alister <alister.ware@ntlworld.com> - 2014-01-09 11:32 +0000
  Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-09 15:20 +1100

csiph-web