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 +