save
This commit is contained in:
5
cradle/etc/ssh/ssh_config.d/10-github.conf
Executable file
5
cradle/etc/ssh/ssh_config.d/10-github.conf
Executable file
@@ -0,0 +1,5 @@
|
||||
Host github.com
|
||||
User git
|
||||
IdentityFile /home/jamie/.ssh/github
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking accept-new
|
||||
22
cradle/etc/ssh/ssh_config.d/20-servers.conf
Executable file
22
cradle/etc/ssh/ssh_config.d/20-servers.conf
Executable file
@@ -0,0 +1,22 @@
|
||||
Host hephaestus
|
||||
HostName 37.27.5.239
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking accept-new
|
||||
User oc
|
||||
IdentityFile /home/jamie/.ssh/hephaestus
|
||||
|
||||
host hephaestus_crypt
|
||||
HostName vault.do-bbs.com
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking accept-new
|
||||
User oc
|
||||
IdentityFile /home/jamie/.ssh/hephaestus
|
||||
Port 2222
|
||||
|
||||
Host athena
|
||||
Port 23
|
||||
HostName u497749.your-storagebox.de
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking accept-new
|
||||
User u497749
|
||||
IdentityFile ~/.ssh/athena
|
||||
0
cradle/etc/ssh/ssh_config.d/90-local.conf
Normal file
0
cradle/etc/ssh/ssh_config.d/90-local.conf
Normal file
Reference in New Issue
Block a user