Enabling sshd?
#381
-
I've been trying to enable sshd post-install. It looks like the preferred method of installing sshd is:
however I don't get a started sshd and if I try to do that myself with:
I also don't get a running daemon ever after reboot.
There is nothing listening on tcp/22 according to 'ss'. Advice? |
Beta Was this translation helpful? Give feedback.
Answered by
taukakao
Nov 4, 2024
Replies: 1 comment 1 reply
-
sshd is already installed on the host system. Either:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kbdharun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sshd is already installed on the host system.
Either:
or
host-shell systemctl enable --now sshd