Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Exception handling, explicit ssh config, increase default timeouts

Latest
Compare
Choose a tag to compare
@carlmontanari carlmontanari released this 23 Dec 19:56
· 1 commit to master since this release
5210521
  • Catch ConnectionLost exception during read operations so we can raise a scrapli exception instead of the asyncssh exception
  • Explicitly pass ssh config file to asyncssh -- in this way if the user sets ssh_config_file=False we will make sure that asyncssh ignores the config file
  • Bumped up the default timeout values as they were probably a little on the aggressive side -- its user configurable anyway so folks can set this to whatever they feel like!