From b36f2ea8f67b69a73fc3769413b3b7902edc3148 Mon Sep 17 00:00:00 2001 From: steveokard Date: Mon, 9 Apr 2018 13:21:12 -0400 Subject: [PATCH] fixed chip connection --- .ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ssh/config b/.ssh/config index f6372c6..35ab66b 100755 --- a/.ssh/config +++ b/.ssh/config @@ -14,6 +14,6 @@ Host flfire User stev IdentityFile ~/.ssh/flfire_rsa Host chip - Hostname 192.168.1.39 + Hostname cpe-66-24-240-10.stny.res.rr.com User chip - IdentityFile ~/.ssh/personal + IdentityFile ~/.ssh/personal_rsa