新しいOpenSSHを使用して非推奨のサーバーに接続する場合:
ssh -o KexAlgorithms=diffie-hellman-group14-sha1 -oHostKeyAlgorithms=+ssh-dss my.host.com
何が起きているのかを確認したい場合は-vを追加し、それでも機能しない場合は-o HostKeyAlgorithms = ssh-dssを追加します。
ssh -v -o HostKeyAlgorithms=ssh-dss -o KexAlgorithms=diffie-hellman-group14-sha1 my.host.com
もちろん、/ etc / ssh / ssh_configまたは〜/ .ssh / ssh_configを編集して、以下を追加することもできます。
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 Routerboardsの次の修正に言及しています。
/ip ssh set strong-crypto=yes
(同様のエラーメッセージを検索する際にこの回答がWeb検索でも表示されるため、ここでこれに注意してください。)
.pem
WindowsマシンにSSH秘密鍵()ファイルがありませんでしたか?