Enabling SSH on A06 / Armbian system

Maybe useful to someone - took me a while :slight_smile:

sudo rm -f /etc/ssh/sshd_not_to_be_run
sudo systemctl enable ssh
sudo systemctl start ssh

Also, I didn’t know this command either:

sudo armbian-config

Also useful!

17 Likes

This information was very helpful.
Super Thanks!

1 Like

Really useful! Nice one.

1 Like

just started trying to use SSH and … it was denied - did a search - found your notes!!! thanks!!! Used your instructions and … I’M in!!! thanks so much !!! I learn so many features and tools on this forum!

1 Like