4

virtualbox で minix を使用しています。昨日はパテを使用して minix に接続できましたが、今日はすべて失敗しているようです。この失敗の後、openssh とその etc/ssh ディレクトリをすべてアンインストールして再インストールし、他のネットワーク アダプタを試し、cygwin と pscp を使用してみました。しかし、私はもう minix に接続できません。どんな助けでも大歓迎です。

現在、cygwin で次のコマンドを使用しています。

$ ssh -p 3022 -v -v -v root@localhost

出力は次のとおりです。

OpenSSH_6.3, OpenSSL 1.0.1e 11 Feb 2013
debug2: ssh_connect: needpriv 0
debug1: Connecting to localhost [::1] port 3022.
debug1: connect to address ::1 port 3022: Connection refused
debug1: Connecting to localhost [127.0.0.1] port 3022.
debug1: Connection established.
debug1: identity file /home/Cem/.ssh/id_rsa type -1
debug1: identity file /home/Cem/.ssh/id_rsa-cert type -1
debug1: identity file /home/Cem/.ssh/id_dsa type -1
debug1: identity file /home/Cem/.ssh/id_dsa-cert type -1
debug1: identity file /home/Cem/.ssh/id_ecdsa type -1
debug1: identity file /home/Cem/.ssh/id_ecdsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.3
ssh_exchange_identification: read: Connection reset by peer
4

1 に答える 1