diff --git a/.ssh/config##template.default b/.ssh/config##template.default index b3229a5..bd058de 100644 --- a/.ssh/config##template.default +++ b/.ssh/config##template.default @@ -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 diff --git a/.ssh/config.d/cegrid.inc b/.ssh/config.d/cegrid.inc new file mode 100644 index 0000000..bbc4629 --- /dev/null +++ b/.ssh/config.d/cegrid.inc @@ -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 +