Shells-com / linux-scripts

Linux initialization and useful scripts for Shells™
23 stars 14 forks source link

Can't SSH into Debian Buster Server #73

Open DanielOaks opened 3 years ago

DanielOaks commented 3 years ago

I've tried setting up a few Debian Buster server instances and I can't ssh into any of them. Takes me to a login prompt, our interface gives me the SSH host/port/username, but trying to SSH in with those details just tells me e.g. ssh: connect to host 203.0.113.13 port 16432: Network is unreachable

Looking through the config script, it looks like sshd might not be getting installed?

zgrimshell commented 3 years ago

It should be via openssh-server (there is no sshd package in Debian but this package provides the sshd server). I'll further look into it.

DanielOaks commented 3 years ago

Still getting this with the latest build. I wonder if this cloud-firstrun failure may have something to do with it 👀 image

I'll see whether I'm getting the same failure on the desktop image and if I can dig into that systemctl error on there.

DanielOaks commented 3 years ago

Debian Buster GNOME Desktop can SSH OK without any issues, tells me this when I ask for the status of cloud-firstrun

image