Files
notes/divers/ssh_client_silence.md

11 lines
152 B
Markdown
Raw Permalink Normal View History

2026-03-14 10:23:32 +01:00
## Enjoy the silence SSH client
Edit `~/.ssh/config`:
```
Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
LogLevel ERROR
```