Files
notes/divers/ssh_client_silence.md
2026-03-14 10:23:32 +01:00

11 lines
152 B
Markdown

## Enjoy the silence SSH client
Edit `~/.ssh/config`:
```
Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
LogLevel ERROR
```