Skip to content

Instantly share code, notes, and snippets.

View yuezhu's full-sized avatar

Yue Zhu yuezhu

  • Boston, Massachusetts
View GitHub Profile
@yuezhu
yuezhu / AutoBotCmd.py
Last active February 8, 2018 20:53
Paramiko Example
#!/usr/bin/env python
import paramiko
from paramiko.ssh_exception import SSHException
import threading
import select
import time
import logging
import re
import os