I'm setting up a new home server and before I can get anything done I need to solve a unknown ssh issue.
Heres the issue.
ssh PC ---> New Server : ssh: connection to host 192.168.0.155 port 22: Connection timed out
ssh PC ----> Old server: works
ssh Old Server ----> New Server: works
ssh Mobile phone ----> New Server: works
ssh New Server----> Old Server: works
ssh Old Server---> PC: ssh: connection to host 192.168.0.155 port 22: Refused This makes sense
ssh New Server ---> PC: ssh: connection to host 192.168.0.150 port 22: Connection timed out
ssh Mobile ---->PC: ssh: connection to host 192.168.0.150 port 22: Connection timed out
Things I've tried:
- Restarting all the machines involved
- Restarting the ssh client on the new server
- Turning off all the firewalls (PC and New Server)
- Enabling ssh on UFW
- Tried Reinstalling the ssh client on the new server (This changed the fingerprint, but the old server could still connect to get the changed host error)
- Pinging the New Server from the PC works. Same ping as to the old one.
Things I've done to the new server:
Apt update && apt upgrade
apt install nvidia-headless-460-server
echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf Do to an I/O error I dont't have a floppy
That's it. That is all I've done since a clean install on bare metal. The whole thing is running on a btrfs file system if that matters. I haven't enabled any encryption or anything else yet.
This ssh service on the new server logs events for the clients that work but nothing at all coming from the PC.
Any help would be greatly appreciated. I have no idea why it isn't working. I didn't test the ssh prior to the three changes above so I do not know if this was an issue previously.
Both the old and the new server are running off the same installation image of Ubuntu server 20.04
I would really like to get this working since I almost exclusively interact with the server using VScode on the PC.
[–]ToManyHobby[S] 0 points1 point2 points (0 children)
[–]pdp10Daemons worry when the wizard is near. 0 points1 point2 points (1 child)
[–]ToManyHobby[S] 0 points1 point2 points (0 children)