From bdaa3ebba8f39c1d1eddda2b2bdf87700e4a367e Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 28 May 2021 10:51:21 +0200 Subject: [PATCH] Change zion IP address in ssh config --- ssh/.ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 69a5d73..fbda5e3 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -1,6 +1,6 @@ host zion user coolneng - hostname 10.8.0.1 + hostname 192.168.13.2 port 22 identityfile ~/.ssh/zion