From 52cea2a562833aa24dff500cd8a01f8a39a95cc2 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Thu, 4 Jul 2024 00:29:13 +0100 Subject: [PATCH] Update SSH config, again --- .ssh/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ssh/config b/.ssh/config index a68790e..70313e7 100644 --- a/.ssh/config +++ b/.ssh/config @@ -2,6 +2,10 @@ Host nexbox HostName 192.168.0.254 User nex +Host optitower + HostName 192.168.0.253 + User nex + Host linode HostName linode.fluffy-gentoo.ts.net User root