move config files to new yadm dir
This commit is contained in:
50
.config/yadm/alt/.ssh/config##Linux.epiphanius
Normal file
50
.config/yadm/alt/.ssh/config##Linux.epiphanius
Normal file
@@ -0,0 +1,50 @@
|
||||
Host narbuto.lt 192.168.178.100
|
||||
User simas
|
||||
PubKeyAuthentication yes
|
||||
# UseKeychain yes
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/id_rsa_home
|
||||
|
||||
Host mail.narbutas.it 116.203.70.29
|
||||
User simas
|
||||
PubKeyAuthentication yes
|
||||
# UseKeychain yes
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/id_rsa_mail_epiphanius
|
||||
|
||||
Host git.narbuto.lt
|
||||
User git
|
||||
PubKeyAuthentication yes
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/id_rsa_backute_gitea
|
||||
|
||||
Host gitlab.bol.io
|
||||
User git
|
||||
PubKeyAuthentication yes
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/id_rsa_bolcom_io_snarbutas
|
||||
|
||||
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