23 lines
271 B
Plaintext
23 lines
271 B
Plaintext
#
|
|
# General
|
|
#
|
|
|
|
Host *
|
|
ServerAliveInterval 200
|
|
|
|
AddKeysToAgent yes
|
|
CheckHostIP no
|
|
ForwardAgent yes
|
|
GSSAPIAuthentication no
|
|
StrictHostKeyChecking no
|
|
|
|
ControlMaster auto
|
|
ControlPersist 60s
|
|
ControlPath /tmp/ssh-%r@%h:%p
|
|
|
|
#
|
|
# Includes
|
|
#
|
|
|
|
Include config.d/*
|