feat(ssh): Add ssh config
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
12
.ssh/config
Normal file
12
.ssh/config
Normal 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
|
||||
|
Reference in New Issue
Block a user