dkmiller / tidbits

Short notes on stuff I have recently discovered / understood
1 stars 0 forks source link

Code for testing SSH connections locally #163

Closed dkmiller closed 7 months ago

dkmiller commented 8 months ago

Start with working bash scripts to run SSH client/server interactions, then "graduate" both sides of the interaction to pure Python using Paramiko.