BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Python programming questtion
- Subject: [Discuss] Python programming questtion
- From: richard.pieri at gmail.com (Rich Pieri)
- Date: Sat, 4 Jul 2026 17:57:27 -0400
- In-reply-to: <CAEvgogH3XmJMG4sXDW4e0UykfE9eDkjomOJsbMzEBB=wuO8N9A@mail.gmail.com>
- References: <CAEvgogHEMxwWHzrtix8CrR1ZcqHJ74AYGsxcT2zbjQMJSjkD_A@mail.gmail.com> <20260704151645.3cdb0fb6.Richard.Pieri@gmail.com> <CAEvgogH3XmJMG4sXDW4e0UykfE9eDkjomOJsbMzEBB=wuO8N9A@mail.gmail.com>
On Sat, 4 Jul 2026 16:00:56 -0400 Jerry Feldman <gaf.linux at gmail.com> wrote: > Thanks Rich. The issue is really paramiko. It is inherently not > threadsafe. But, there is a ThreadPoolExecutor module recommended by > paramiko. Then chuck paramiko into the rubbish bin. It's a disaster... and yet still better than any of the other native SSH wrappers. Just spawn the OpenSSH or Dropbear or whatever ssh executable with the subprocess module. Try to do it with a single connection if you can, because recent-ish OpenSSH servers implement connection rate limiting regardless of successful connections. -- \m/ (--) \m/
- Follow-Ups:
- [Discuss] Python programming questtion
- From: gaf.linux at gmail.com (Jerry Feldman)
- [Discuss] Python programming questtion
- References:
- [Discuss] Python programming questtion
- From: gaf.linux at gmail.com (Jerry Feldman)
- [Discuss] Python programming questtion
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Python programming questtion
- From: gaf.linux at gmail.com (Jerry Feldman)
- [Discuss] Python programming questtion
- Prev by Date: [Discuss] Python programming questtion
- Next by Date: [Discuss] Python programming questtion
- Previous by thread: [Discuss] Python programming questtion
- Next by thread: [Discuss] Python programming questtion
- Index(es):
