Skip to content

Instantly share code, notes, and snippets.

View silvexis's full-sized avatar
🤦‍♂️

Erik Peterson silvexis

🤦‍♂️
View GitHub Profile

Keybase proof

I hereby claim:

  • I am silvexis on github.
  • I am silvexis (https://keybase.io/silvexis) on keybase.
  • I have a public key whose fingerprint is 0469 F766 6908 DCF0 4C67 1AF2 0100 1D09 4C3B 4536

To claim this, I am signing this object:

#!/usr/bin/python
# All SSH libraries for Python are junk (2011-10-13).
# Too low-level (libssh2), too buggy (paramiko), too complicated
# (both), too poor in features (no use of the agent, for instance)
# Here is the right solution today:
import subprocess
import sys