Kullanımdan kaldırılmış sunuculara bağlanmak için daha yeni OpenSSH kullanmak istiyorsanız:
ssh -o KexAlgorithms=diffie-hellman-group14-sha1 -oHostKeyAlgorithms=+ssh-dss my.host.com
Neler olduğunu görmek istiyorsanız -v ekleyin ve hala çalışmıyorsa -o HostKeyAlgorithms = ssh-dss ekleyin:
ssh -v -o HostKeyAlgorithms=ssh-dss -o KexAlgorithms=diffie-hellman-group14-sha1 my.host.com
Elbette, / etc / ssh / ssh_config veya ~ / .ssh / ssh_config dosyasını düzenleyebilir ve ekleyebilirsiniz:
Host my.host.com *.myinsecure.net 192.168.1.* 192.168.2.*
HostKeyAlgorithms ssh-dss
KexAlgorithms diffie-hellman-group1-sha1
https://forum.ctwug.za.net/t/fyi-openssh-to-access-rbs-openssh-7/6069 , Mikrotik Routerboard'larda şu düzeltmeden bahseder:
/ip ssh set strong-crypto=yes
(Buradaki not, çünkü bu cevap benzer bir hata mesajı ararken web aramalarında da ortaya çıkıyor.)
.pem
Windows makinenizde SSH özel anahtar ( ) dosyanız yoktu, değil mi?