SSH: Restructured config

This commit is contained in:
Christian Baer 2021-01-24 16:15:56 +01:00
parent 09150edb5e
commit c8d05dfd65
2 changed files with 19 additions and 0 deletions

Binary file not shown.

19
.ssh/config Normal file
View File

@ -0,0 +1,19 @@
## Multiplex connections
ControlMaster auto
ControlPath ~/.ssh/master/control-%h-%p-%r
ControlPersist 600
## Disbale GSSAPI authentication to speedup connecting
GSSAPIAuthentication=no
## Hash hostnames in known_hosts
HashKnownHosts yes
## Add hosts to known_hosts and check keys at connecting
## Disable temporary for connecting to unknown hosts
StrictHostKeyChecking no
## Accept additional keys from hosts to enable key rotation
UpdateHostKeys yes
include conf.d/*.conf