From dfaf06b12cc97a504a90acca821e481439ae0ffa Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 29 Jan 2022 12:25:46 +0200 Subject: fix phone ssh config Sponsored-by: author --- ssh/config-pers | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ssh/config-pers b/ssh/config-pers index 17c2751..551d9d0 100644 --- a/ssh/config-pers +++ b/ssh/config-pers @@ -36,13 +36,7 @@ Host dragon IdentityFile ~/.ssh/id_pep.foundation Host liwphone - Hostname 10.0.0.193 - Port 2222 - User me - IdentityFile ~/.ssh/id_personal - -Host liwphone2 - Hostname 10.0.0.193 + Hostname 10.1.1.193 Port 2222 User me IdentityFile ~/.ssh/id_personal -- cgit v1.2.1