mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-09-20 12:44:40 -04:00
reorganize configurations into etc directory
This commit is contained in:
parent
b5fd158374
commit
1f4d7316b8
106 changed files with 18 additions and 18 deletions
10
etc/ssh/ssh_config
Normal file
10
etc/ssh/ssh_config
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Include drop-in configurations
|
||||
Include /etc/ssh/ssh_config.d/*.conf
|
||||
|
||||
IPQoS af21 af11
|
||||
|
||||
ServerAliveInterval 60
|
||||
ServerAliveCountMax 2
|
||||
TCPKeepAlive no
|
||||
|
||||
VerifyHostKeyDNS ask
|
Loading…
Add table
Add a link
Reference in a new issue