aboutsummaryrefslogtreecommitdiff
path: root/files/var/spool/icinga2/.ssh/config.icinga_server
blob: 8d02483aa36a351f31c6aeb9c58fc33882a60323 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PubkeyAuthentication yes
PasswordAuthentication no
GSSAPIAuthentication no
GSSAPIDelegateCredentials no
KbdInteractiveAuthentication no
PreferredAuthentications publickey
CanonicalizeHostname no
IdentitiesOnly yes
IdentityFile ~/.ssh/id_ed25519
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
KnownHostsCommand none
LogLevel ERROR
ControlMaster auto
ControlPersist 10m
ControlPath ~/.ssh/sockets/%r@%h:%p