From 1e95e3f95ab0076eaf5d6001edea52770760e9d7 Mon Sep 17 00:00:00 2001 From: Joe Date: Sat, 27 Jan 2024 22:08:02 +0100 Subject: up --- .ssh/config | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.ssh') diff --git a/.ssh/config b/.ssh/config index cf2bb4b..73d7cec 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,17 +1,18 @@ -Host * !mars !mother !blues-pi !helios +Host * !mars !mother !helios User root Host mars User jozan Host mother User jozan -Host blues-pi - User jozan Host helios User joe Host hi-pi User root -Host joe al alcatraz - HostName jozan.org +Host joe + HostName 10.10.10.2 + Port 10022 +Host al alcatraz + HostName 10.20.20.6 Port 10022 Host git HostName gitjoe.xyz -- cgit v1.2.3