Added ssh configs
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
24
config/.ssh/config_services
Normal file
24
config/.ssh/config_services
Normal file
@@ -0,0 +1,24 @@
|
||||
# Services
|
||||
Host github.com gitlab.com git.uni-due.de git.ude-syssec.de
|
||||
Port 22
|
||||
User git
|
||||
IdentityFile /mnt/veracrypt1/git
|
||||
|
||||
Host git.ude-syssec.de
|
||||
Hostname git.ude-syssec.de
|
||||
|
||||
Host github.com
|
||||
Hostname github.com
|
||||
|
||||
Host gitlab.com
|
||||
Hostname gitlab.com
|
||||
|
||||
Host git.uni-due.de
|
||||
HostName git.uni-due.de
|
||||
|
||||
Host git.tudattr.dev
|
||||
Hostname 192.168.20.19
|
||||
Port 2222
|
||||
User git
|
||||
IdentityFile /mnt/veracrypt1/git
|
||||
ProxyJump mii
|
||||
Reference in New Issue
Block a user