BlockchainCommons / Learning-Bitcoin-from-the-Command-Line

A complete course for learning Bitcoin programming and usage from the command
3.16k stars 761 forks source link

ssh not working #512

Closed zerotobtc closed 3 years ago

zerotobtc commented 3 years ago

Hello folks!

I already set up my linode server and followed all the instructions in the docs. But somehow I am not able to SSH (not as standup or even root user) into the server...

I'm getting the error

kex_exchange_identification: read: Connection reset by peer
Connection reset by XXX.XXX.XXX.XXX port 22

I checked the hosts.allow file and also the authorized_keys file, everything seems fine there.

I really don't get, what I'm doing wrong, I tried to set up new nodes several times, it never worked...

Thanks for you help in advance! :)

bennyhodl commented 3 years ago

Have you enabled SSH on the VM? Enable SSH Linux

zerotobtc commented 3 years ago

@BennyBlockchain yes I have. Turns out I only put in the IPv4, not the IPv6 :) I'll close this!