Running Ubuntu 11.04.
No firewall or anything.
I'm really confused, and not being able to copy and paste on VPN is killing me.
SSH not working
-
- A semi-regular
- Posts: 27
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sat Mar 10, 2012 4:41 pm
Re: SSH not working
Run /etc/init.d/sshd restart. Do you see any messages about why it won't start in the console, or in /var/log/messages after you run this?
Re: SSH not working
No and no.Edge100x wrote:Run /etc/init.d/sshd restart. Do you see any messages about why it won't start in the console, or in /var/log/messages after you run this?
Re: SSH not working
but i didEdge100x wrote:Run /etc/init.d/sshd restart. Do you see any messages about why it won't start in the console, or in /var/log/messages after you run this?
Code: Select all
ssh root@74.91.***.**
Code: Select all
Read from socket failed: Connection reset by peer
Re: SSH not working
It should have printed *something* to the log, even if it was a success message.
Does "ps auxw | grep sshd" show an SSH process running?
Does "ps auxw | grep sshd" show an SSH process running?