ssh connection reset by peer
by mtdew3q from LinuxQuestions.org on (#5CZBD)
hi-
I read all the tutorials and did everything. I still get this crazy error I can't solve.
kex_exchange_identification: read: Connection reset by peer
Connection reset by 127.0.0.1 port 3184
I am using NAT with virtualbox with port forwarding and ssh.
I tried to go into /var/log/secure in fedora and read. I can't make much sense of it.
My ports are forwarded:
Host IP: 127.0.0.1
Host Port: 3184
Guest IP: 10.x.x.x
Guest Port: 22
I try executing: ssh -p 3184 -vvv -o PreferredAuthentications=password -o PubKeyAuthentication=no username@127.0.0.1
A question you may ask is, why key exchange identification when I changed it to passwords in my sshd_config on the linux guest machine server? It is like, no matter what I do, it marches on with its own agenda.
thanks for any ideas.
robo-loki


I read all the tutorials and did everything. I still get this crazy error I can't solve.
kex_exchange_identification: read: Connection reset by peer
Connection reset by 127.0.0.1 port 3184
I am using NAT with virtualbox with port forwarding and ssh.
I tried to go into /var/log/secure in fedora and read. I can't make much sense of it.
My ports are forwarded:
Host IP: 127.0.0.1
Host Port: 3184
Guest IP: 10.x.x.x
Guest Port: 22
I try executing: ssh -p 3184 -vvv -o PreferredAuthentications=password -o PubKeyAuthentication=no username@127.0.0.1
A question you may ask is, why key exchange identification when I changed it to passwords in my sshd_config on the linux guest machine server? It is like, no matter what I do, it marches on with its own agenda.
thanks for any ideas.
robo-loki