feat(ssh): Add ssh config

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2024-02-27 15:19:54 +01:00
parent 9a1b46bcbd
commit 5524b7cc58

12
.ssh/config Normal file
View File

@@ -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