25 lines
496 B
Plaintext
25 lines
496 B
Plaintext
# Note that value for 'User' must be 'git'.
|
|
|
|
Host lusntag
|
|
HostName lusntag.vostan.org
|
|
Port 8080
|
|
PreferredAuthentications publickey
|
|
IdentityFile ~/.ssh/id_rsa
|
|
User vahagn
|
|
|
|
Host yerevak
|
|
HostName yerevak.vostan.org
|
|
Port 24
|
|
PreferredAuthentications publickey
|
|
IdentityFile ~/.ssh/id_rsa
|
|
User vahagn
|
|
|
|
|
|
Host hrat
|
|
HostName 192.168.0.4
|
|
PreferredAuthentications publickey
|
|
IdentityFile ~/.ssh/id_rsa
|
|
User vahagn
|
|
ProxyCommand=ssh -W %h:%p lusntag
|
|
|