Add config for easy SSHing to servers

This commit is contained in:
2021-10-02 18:49:28 +01:00
parent 3fa1ebafbb
commit 1ff06c62f1

9
.ssh/config Normal file
View File

@@ -0,0 +1,9 @@
Host scarif
Hostname scarif.space
User chris
Port 629
Host labs
Hostname labs.scarif.space
User git
Port 629