andrewschenck / paramiko-jump

Enables MFA/2FA and SSH proxying on top of Paramiko SSH.
Other
32 stars 9 forks source link

Create util and add jump host #7

Closed tybruno closed 4 years ago

tybruno commented 4 years ago

Added the jump_host context manager and StatfulAuthHandler. Also added documentation. Feel free to brutally give criticism. I will add more to the StatfulAuthHandler later to enable duo 2FA options.

tybruno commented 4 years ago

Made the changes you suggested