You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: