From 98db749815770bcf69726ebd6b8214a5eb2e2f04 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Sun, 1 Mar 2020 22:49:37 +0000 Subject: [PATCH] .ssh/config --- config/.ssh/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/.ssh/config b/config/.ssh/config index 15f4011..8601654 100644 --- a/config/.ssh/config +++ b/config/.ssh/config @@ -2,19 +2,22 @@ Host lusntag HostName lusntag.vostan.org Port 8080 User vahagn + PreferredAuthentications publickey Host yerevak HostName yerevak.vostan.org Port 24 User vahagn + PreferredAuthentications publickey Host hrat HostName 192.168.0.4 User vahagn + PreferredAuthentications publickey Host github.com User vishap - Hostname ssh.github.com + Hostname github.com PreferredAuthentications publickey IdentityFile ~/.ssh/id_rsa - Port 443 +