diff --git a/local/bb_local_dev/.ssh/config b/local/bb_local_dev/.ssh/config index 7b31dc6..185cb48 100644 --- a/local/bb_local_dev/.ssh/config +++ b/local/bb_local_dev/.ssh/config @@ -38,6 +38,19 @@ Host hrat User vahagn 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 * AddKeysToAgent yes