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 April 12, 2025 20:46
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