bb_local_dev/.ssh/config

This commit is contained in:
2021-04-04 00:59:43 +01:00
parent 934756ca7b
commit 75ceaf0eaa

View File

@@ -38,6 +38,19 @@ Host hrat
User vahagn User vahagn
ProxyCommand=nc -X 5 -x localhost:1080 %h %p ProxyCommand=nc -X 5 -x localhost:1080 %h %p
Host gitlab
HostName 192.168.0.4
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa_home
User vahagn
Port 8022
Host gitea
HostName 192.168.0.4
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa_home
User vahagn
Port 222
Host * Host *
AddKeysToAgent yes AddKeysToAgent yes