0 Pluspunkte 0 Minuspunkte

Ich möchte mich per SSH auf einen Cisco Switch verbinden und bekomme den Fehler

ssh admin@192.168.0.2
Unable to negotiate with 192.168.0.2 port 22: no matching host key type found. Their offer: ssh-dss

Was bedeutet ssh-dss? Ich habe RSA Keys auf dem Switch konfiguriert.

von  

1 Antwort

0 Pluspunkte 0 Minuspunkte

Versuch es mit dem Parameter "-oHostKeyAlgorithms=+ssh-dss"

ssh -oHostKeyAlgorithms=+ssh-dss admin@192.168.0.2
von