bb_local_dev/.ssh/config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user