add ssh config
This commit is contained in:
22
.ssh/config
Normal file
22
.ssh/config
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
#
|
||||||
|
# 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/*
|
||||||
Reference in New Issue
Block a user