実現したいこと
WindowsのコマンドプロンプトからCentOSの環境にsshでログインをしていました。
しかし、急にログインが出来なくなりました。
1.ログインをする為にはどうしたらよりのでしょうか?
2.最後に失敗したネットワークは身に覚えのないがないのですが攻撃されているのでしょうか?
よろしくお願い致します。
発生している問題・エラーメッセージ
C:\Users\hoge>ssh user@123.456.789.001 user@123.456.789.001's password: Last failed login: Thu Mar 16 06:58:06 JST 2023 from lxrkg.tgyet.structureshelf.com on ssh:notty There was 1 failed login attempt since the last successful login. Last login: Thu Mar 16 05:40:18 2023 from softbank123456789.bbtec.net
上記の状態で終わり、ログインをしない。
[softbank123456789.bbtec.net]は私のネット環境です。
最後に失敗した、ネットワークが[andromeda.xylo.cloud]となっている場合もある。
Last failed login: Thu Mar 16 04:23:14 JST 2023 from andromeda.xylo.cloud on ssh:notty
数時間放置すると「client_loop: send disconnect: Connection reset」が表示され切れる。
C:\Users\hoge>ssh user@123.456.789.001 user@123.456.789.001's password: Last failed login: Thu Mar 16 06:58:06 JST 2023 from lxrkg.tgyet.structureshelf.com on ssh:notty There was 1 failed login attempt since the last successful login. Last login: Thu Mar 16 05:40:18 2023 from softbank123456789.bbtec.net. . client_loop: send disconnect: Connection reset C:\Users\hoge>
試したこと
C:\Users\hoge>ssh -vvv user@123.456.789.001
で試したところ
:(メッセージが長いため省略します) debug2: channel 0: open confirm rwindow 0 rmax 32768 debug3: receive packet: type 99 debug2: channel_input_status_confirm: type 99 id 0 debug2: PTY allocation request accepted on channel 0 debug2: channel 0: rcvd adjust 2097152 debug3: receive packet: type 99 debug2: channel_input_status_confirm: type 99 id 0 debug2: shell request accepted on channel 0 Last login: Thu Mar 16 04:32:07 2023 from softbank123456789.bbtec.net
となり、数時間経つと以下のメッセージが出て切れる
Last login: Thu Mar 16 04:32:07 2023 from softbank123456789.bbtec.net debug3: recv - from CB ERROR:10060, io:00000204FFCF68E0 debug3: send packet: type 1 debug3: send - WSASend() ERROR:10054, io:00000204FFCF68E0 client_loop: send disconnect: Connection reset debug3: Successfully set console output code page from 65001 to 65001 debug3: Successfully set console input code page from 65001 to 932 C:\Users\hoge>
補足情報(FW/ツールのバージョンなど)
C:\Users\hoge>ssh -V OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2
回答2件
あなたの回答
tips
プレビュー