Moving some ssh configs to config.d structure
This commit is contained in:
parent
1777e9686a
commit
4e79e73cc0
2 changed files with 44 additions and 44 deletions
|
@ -10,50 +10,6 @@ GSSAPIDelegateCredentials no
|
|||
|
||||
Include config.d/*.inc
|
||||
|
||||
Host ceweb
|
||||
Hostname jand.dyndns.biz
|
||||
Port 22
|
||||
user mykael
|
||||
Host cewebproxy
|
||||
Hostname jand.dyndns.biz
|
||||
Port 22
|
||||
user mykael
|
||||
DynamicForward 5534
|
||||
Host cebackdoor
|
||||
Hostname jand.dyndns.biz
|
||||
Port 2022
|
||||
user mykael
|
||||
Host cerobust1
|
||||
Hostname robust1
|
||||
user mykael
|
||||
ProxyJump ceweb
|
||||
Host cerobust2
|
||||
Hostname 192.168.1.52
|
||||
user mykael
|
||||
ProxyJump ceweb
|
||||
Host ceregions1
|
||||
Hostname regions1
|
||||
user mykael
|
||||
ProxyJump ceweb
|
||||
Host ceregions2
|
||||
Hostname regions2
|
||||
user mykael
|
||||
ProxyJump ceweb
|
||||
Host ceregions3
|
||||
Hostname regions3
|
||||
user mykael
|
||||
ProxyJump ceweb
|
||||
Host ceregions4
|
||||
Hostname regions4
|
||||
user mykael
|
||||
ProxyJump ceweb
|
||||
#Host cegrid
|
||||
# Hostname jand.dyndns.biz
|
||||
# Port 23
|
||||
# User mykael
|
||||
Host *.cegrid.ld
|
||||
User mykael
|
||||
|
||||
Host package-repo
|
||||
Hostname bastion.home.ld
|
||||
IdentitiesOnly yes
|
||||
|
|
44
.ssh/config.d/cegrid.inc
Normal file
44
.ssh/config.d/cegrid.inc
Normal file
|
@ -0,0 +1,44 @@
|
|||
Host ceweb
|
||||
Hostname jand.dyndns.biz
|
||||
Port 22
|
||||
user mykael
|
||||
Host cewebproxy
|
||||
Hostname jand.dyndns.biz
|
||||
Port 22
|
||||
user mykael
|
||||
DynamicForward 5534
|
||||
Host cebackdoor
|
||||
Hostname jand.dyndns.biz
|
||||
Port 2022
|
||||
user mykael
|
||||
Host cerobust1
|
||||
Hostname robust1
|
||||
user mykael
|
||||
ProxyJump ceweb
|
||||
Host cerobust2
|
||||
Hostname 192.168.1.52
|
||||
user mykael
|
||||
ProxyJump ceweb
|
||||
Host ceregions1
|
||||
Hostname regions1
|
||||
user mykael
|
||||
ProxyJump ceweb
|
||||
Host ceregions2
|
||||
Hostname regions2
|
||||
user mykael
|
||||
ProxyJump ceweb
|
||||
Host ceregions3
|
||||
Hostname regions3
|
||||
user mykael
|
||||
ProxyJump ceweb
|
||||
Host ceregions4
|
||||
Hostname regions4
|
||||
user mykael
|
||||
ProxyJump ceweb
|
||||
#Host cegrid
|
||||
# Hostname jand.dyndns.biz
|
||||
# Port 23
|
||||
# User mykael
|
||||
Host *.cegrid.ld
|
||||
User mykael
|
||||
|
Loading…
Reference in a new issue