This isn't my first time experiencing this issue but every time on every distro I have ever used when installing OpenSSH it just doesn't work.
Commands Run
sudo apt-get install openssh-server
sudo service start ssh
sudo service status ssh
sudo apt-get install ufw
ufw allow 22
I restart every service after the install. I check /var/log and there is NOTHING for SSH. I get Connection Refused every time I login remotely. So I log in locally with:
ssh user@localhost # SUCCESS
ssh [email protected] # The only private IP address it's using to talk to my router. SUCCESS
SO I log into a seperate device on my network on the same range and do a
ping 192.168.0.4 # SUCCESS
telnet 192.168.0.4 22 # Connection Refused - to check to see if the port is open*
ssh [email protected] #Connection Refused.
I've edited the config file and everything. Still no dice.
Can someone send me to a video of something where someone has installed a minimal server image and then ssh to it from an external device on the same network?
And yes. The device I'm failing to login from can indeed SSH to any non minimal install build.
Alternatively, is there a separate ssh package to OpenSSH?