From 6f63c0ac8572b65b78157b5a4f85a07b80a196e8 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Wed, 3 Jul 2024 00:22:06 +0100 Subject: [PATCH] Update SSH to be tailscale exclusive; --- .ssh/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.ssh/config b/.ssh/config index ae052f4..191347b 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,11 +1,11 @@ Host nexbox - HostName nexy7574.co.uk + HostName optiplex.fluffy-gentoo.ts.net User nex Host linode - HostName cloud.nexy7574.co.uk + HostName linode.fluffy-gentoo.ts.net User root -Host nexlink - HostName 192.168.50.1 - User root +Host git.i-am.nexus + HostName git.i-am.nexus + User git