From 4c6fb2a2ddce8bde46a84cf1bb2df6cba98f4b76 Mon Sep 17 00:00:00 2001 From: stephen card Date: Thu, 10 Feb 2022 23:32:57 -0500 Subject: [PATCH] fixed router key --- config/.ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/.ssh/config b/config/.ssh/config index ecd5070..0df8bb1 100644 --- a/config/.ssh/config +++ b/config/.ssh/config @@ -24,6 +24,7 @@ Host github.com Host router Hostname 192.168.1.1 User root + IdentityFile ~/.ssh/router_key Host stev Hostname 192.168.1.147 User stev