aker-gateway / Aker

SSH bastion/jump host/jumpserver
Other
566 stars 81 forks source link

Fixed an unhandled exception in aker.py #101

Closed pewo closed 4 years ago

pewo commented 4 years ago

Small fix to handle a exception in aker.py

anazmy commented 4 years ago

The PR has a problem if the failed/offline server is not the first one tried. i.e. try connecting to an online server first then to an offline server. there is still an error.

Need to look into that further.

anazmy commented 4 years ago

Fixed the stdin issue by modifying SSHClient.py. The PR looks good now.

Thx a lot @pewo and @EoleDev

anazmy commented 4 years ago

Fixes #98