add work ssh config
This commit is contained in:
31
.yadm/alt/.ssh/config##Linux.epiphanius
Normal file
31
.yadm/alt/.ssh/config##Linux.epiphanius
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
Host narbuto.lt
|
||||||
|
User simas
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
# UseKeychain yes
|
||||||
|
AddKeysToAgent yes
|
||||||
|
IdentityFile ~/.ssh/id_rsa_home
|
||||||
|
|
||||||
|
Host adm-gerrit-001 adm-gerrit-001.ams4.bolcom.net gerrit.internal.adm.bol.com gerrit.tools.bol.com
|
||||||
|
User snarbutas
|
||||||
|
Port 29418
|
||||||
|
IdentityFile ~/.ssh/id_rsa_gerrit
|
||||||
|
# UseKeychain yes
|
||||||
|
AddKeysToAgent yes
|
||||||
|
KexAlgorithms +diffie-hellman-group1-sha1
|
||||||
|
HostkeyAlgorithms ssh-dss
|
||||||
|
|
||||||
|
# LogLevel=quiet
|
||||||
|
Host adm*.bolcom.net tst*bolcom.net pro*bolcom.net acc*bolcom.net xpr*bolcom.net sbx*bolcom.net shd*bolcom.net dev*bolcom.net
|
||||||
|
ServerAliveInterval 120
|
||||||
|
Hostname %h
|
||||||
|
User snarbutas
|
||||||
|
GSSAPIAuthentication yes
|
||||||
|
GSSAPIDelegateCredentials yes
|
||||||
|
StrictHostKeyChecking no
|
||||||
|
Host adm* tst* pro* acc* xpr* sbx* shd* dev*
|
||||||
|
ServerAliveInterval 120
|
||||||
|
Hostname %h.bolcom.net
|
||||||
|
User snarbutas
|
||||||
|
GSSAPIAuthentication yes
|
||||||
|
GSSAPIDelegateCredentials yes
|
||||||
|
StrictHostKeyChecking no
|
||||||
Reference in New Issue
Block a user