2026-03-14 09:23:32

This commit is contained in:
2026-03-14 10:23:32 +01:00
parent 3a8ffb5cba
commit 71b8ec9123

View File

@@ -0,0 +1,10 @@
## Enjoy the silence SSH client
Edit `~/.ssh/config`:
```
Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
LogLevel ERROR
```