sshでno matching key exchange method found.エラーが出たら
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
[[役に立つテクニック集]]
boronは2021年現在CentOS5で運用されており、SSHDが古い...
$ ssh boron.donotfree.com
Unable to negotiate with 13.230.120.105 port 22: no ma...
$
原因は古い鍵交換方式を新しいmacOSのsshコマンドがサポート...
古い鍵交換方式はホスト名と対応して1行目ホスト名、2行目...
$ cat ~/.ssh/config
Host boron.donotfree.com
KexAlgorithms +diffie-hellman-group1-sha1
$
▼参照~
https://shsm385.hatenablog.com/entry/2018/10/17/161258
終了行:
[[役に立つテクニック集]]
boronは2021年現在CentOS5で運用されており、SSHDが古い...
$ ssh boron.donotfree.com
Unable to negotiate with 13.230.120.105 port 22: no ma...
$
原因は古い鍵交換方式を新しいmacOSのsshコマンドがサポート...
古い鍵交換方式はホスト名と対応して1行目ホスト名、2行目...
$ cat ~/.ssh/config
Host boron.donotfree.com
KexAlgorithms +diffie-hellman-group1-sha1
$
▼参照~
https://shsm385.hatenablog.com/entry/2018/10/17/161258
ページ名: