Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5655

サーバーにssh接続ができず、ssh_exchange_identification: read: Connection reset by peer と表示される時の解決策

$
0
0

状況

自宅のWifi接続先を切り替えたら、AWSのサーバーにSSH接続できなくなった

エラー文

ssh_exchange_identification: read: Connection reset by peer
Connection reset?

詳細

MacBook-Pro-4:.ssh myname$ ssh -v server
OpenSSH_8.1p1, LibreSSL 2.7.3
debug1: Reading configuration data /Users/myname/.ssh/config
debug1: /Users/myname/.ssh/config line 1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 47: Applying options for *
debug1: Connecting to /users/myname/.ssh/key.pem port 22.
ssh: Could not resolve hostname /users/myname/.ssh/key.pem: nodename nor servname provided, or not known

解決策

.ssh/known_hostsをvimでを編集し、既存の接続先の情報を削除しました。
sedコマンドで消すことも可能なようです。

参考記事
https://qiita.com/colorrabbit/items/59c988fcb33869f37d08
https://qiita.com/wnoguchi/items/690f3f4651f8f11e4ed3


Viewing all articles
Browse latest Browse all 5655

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>