ktbyers / netmiko

Multi-vendor library to simplify Paramiko SSH connections to network devices
MIT License
3.55k stars 1.3k forks source link

SSH version 1, can not connect #572

Closed hoyeunglee closed 7 years ago

hoyeunglee commented 7 years ago

when switch only accept SSH version 1 , it can not connect

do it support SSH version 1?

ktbyers commented 7 years ago

@hoyeunglee Paramiko doesn't support SSHv1 so Netmiko has no SSHv1 support.

SSHv2 has been around for over 10 years (probably longer since 2006 is when it was approved as a standard and standards bodies are very slow moving).