From 5524b7cc581284297a14ae601166ad49b200bee6 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Tue, 27 Feb 2024 15:19:54 +0100 Subject: [PATCH] feat(ssh): Add ssh config Signed-off-by: Noah Knegt --- .ssh/config | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .ssh/config diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..bd1b728 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,12 @@ +Host vps + User noahk + Hostname vps.noahknegt.com + Port 4422 + IdentityFile ~/.ssh/id_ed25519 + +Host apollo.svequinox.nl apollo equinox + User equinox + Hostname apollo.svequinox.nl + Port 2004 + IdentityFile ~/.ssh/Apollo_key +