Обновить config
This commit is contained in:
parent
c90a21110f
commit
8f4c53cc57
22
config
22
config
@ -0,0 +1,22 @@
|
||||
Host *.com
|
||||
StrictHostKeyChecking no
|
||||
User etoosamoe
|
||||
ForwardAgent yes
|
||||
IdentityFile /Users/username/.ssh/id_rsa
|
||||
IdentitiesOnly yes
|
||||
UserKnownHostsFile=/dev/null
|
||||
UseKeychain yes
|
||||
AddKeysToAgent yes
|
||||
ServerAliveInterval 60
|
||||
ServerAliveCountMax 1200
|
||||
Host std-*
|
||||
StrictHostKeyChecking no
|
||||
User ci-user
|
||||
ForwardAgent yes
|
||||
IdentityFile /Users/username/.ssh/id_rsa_second
|
||||
IdentitiesOnly yes
|
||||
UserKnownHostsFile=/dev/null
|
||||
UseKeychain yes
|
||||
AddKeysToAgent yes
|
||||
ServerAliveInterval 60
|
||||
ServerAliveCountMax 1200
|
||||
Loading…
x
Reference in New Issue
Block a user