adding ssh config
This commit is contained in:
parent
7bbf354b61
commit
188f0d5f4c
2 changed files with 12 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -3,3 +3,6 @@
|
||||||
!.bash_profile
|
!.bash_profile
|
||||||
!.liquidpromptrc
|
!.liquidpromptrc
|
||||||
!.gitconfig
|
!.gitconfig
|
||||||
|
!.ssh
|
||||||
|
.ssh/*
|
||||||
|
!.ssh/config
|
||||||
|
|
|
||||||
9
.ssh/config
Normal file
9
.ssh/config
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
Host *
|
||||||
|
AddKeysToAgent yes
|
||||||
|
ControlMaster auto
|
||||||
|
ControlPath ~/.ssh/master-%r@%h:%p
|
||||||
|
ControlPersist 5m
|
||||||
|
ServerAliveCountMax 18
|
||||||
|
ServerAliveInterval 5
|
||||||
|
TCPKeepAlive no
|
||||||
|
UseKeychain yes
|
||||||
Loading…
Add table
Reference in a new issue