diff --git a/.yadm/alt/.ssh/config##Linux.epiphanius b/.yadm/alt/.ssh/config##Linux.epiphanius new file mode 100644 index 0000000..2e7f6ad --- /dev/null +++ b/.yadm/alt/.ssh/config##Linux.epiphanius @@ -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