Posted under » Linux on 18 November 2024
Not every OS make openSSH enabled by default. Sometimes you have to install it on your own eg. this and this.
So you have to do this using systemctl.
$ systemctl enable sshd
This doesn't start automatically so you can use the following commands too.
$ systemctl start sshd $ systemctl status sshd