Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

security note (ssh simple optim + fail2ban) #246

Open
aboulaboul opened this issue Dec 2, 2021 · 0 comments
Open

security note (ssh simple optim + fail2ban) #246

aboulaboul opened this issue Dec 2, 2021 · 0 comments

Comments

@aboulaboul
Copy link

for "advanced" or paranoid user like me, a little fine tuning note on ssh, could be a good thing:
2 steps:

copying public key to umbrel

ssh-copy-id [email protected]

then configuring ssh to disable login by password

sudo nano /etc/ssh/sshd_config
and then changing
#PasswordAuthentication yes
to
PasswordAuthentication no

And maybe for those who don't want to touch this, at least installing fail2ban
sudo apt install fail2ban

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant