diff --git a/config/.ssh/config b/config/.ssh/config new file mode 100644 index 0000000..15f4011 --- /dev/null +++ b/config/.ssh/config @@ -0,0 +1,20 @@ +Host lusntag + HostName lusntag.vostan.org + Port 8080 + User vahagn + +Host yerevak + HostName yerevak.vostan.org + Port 24 + User vahagn + +Host hrat + HostName 192.168.0.4 + User vahagn + +Host github.com + User vishap + Hostname ssh.github.com + PreferredAuthentications publickey + IdentityFile ~/.ssh/id_rsa + Port 443