"Updates"

This commit is contained in:
2026-06-12 14:17:46 +02:00
parent 88946739a2
commit e4701b45fe
+9
View File
@@ -83,6 +83,15 @@ ssh-copy-id -f -i ~/.ssh/id_ed25519.pub pleb@<hostname>
```bash
vim .ssh/authorized_keys
sudo vim /etc/ssh/sshd_config
```
```
# ----------------------------------------
PasswordAuthentication no
PermitEmptyPasswords no
# ----------------------------------------
```
```