From 6a676ba410e8828e3941b4776575faded8891284 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Sun, 1 Mar 2020 01:25:22 +0000 Subject: [PATCH] .ssh/config --- config/.ssh/config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/.ssh/config 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