Netmiko 1.4.0 Release
The following change is not backwards compatible
- Fix SSH config file support to be standard host specifier
# Previously you would use host:port specifiers in the SSH config file.
# Now the format should look as follows.
host jumphost
IdentityFile ~/.ssh/test_rsa
user admin
hostname myserver.us-west-1.compute.amazonaws.com
host 10.10.10.70
user cisco
hostname 10.10.10.70
Port 22
ProxyCommand ssh jumphost nc %h %p
Enhancements/Fixes
- Add support for send_config_set with a string
- Add ASA login support
- Fix bugs with regular expression handling and re.escape
- Improve timing issues with InLine Transfer on large files.
- Integrate to readthedocs
- Add some additional platforms to autodetect
- Make the telnet code easier to reuse
New Drivers / Improved Platform Support
- Add Check Point gaia support
- Add Dell PowerConnect Telnet support
- Improve Extreme EXOS driver