summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-04-26 18:37:35 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-04-26 18:38:04 +0200
commit4c66ff6650e99250fd3e83699fbd8af98e9a0fa7 (patch)
treee86edf1ecda688bf36e64ddf3bebcc40eee302aa
parent927ecf199f26916eb4b335f2a000e3516077a8f7 (diff)
ssh, sshd, hosts: Add exfo.alejandro-colomar.esv0.8.1
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--etc/hosts2
-rw-r--r--etc/ssh/sshd_config2
-rw-r--r--home/user/.ssh/config6
3 files changed, 9 insertions, 1 deletions
diff --git a/etc/hosts b/etc/hosts
index 237fe35..484db78 100644
--- a/etc/hosts
+++ b/etc/hosts
@@ -10,4 +10,6 @@
10.168.10.200 manager0.alejandro-colomar.es manager0
10.168.10.201 manager1.alejandro-colomar.es manager1
10.168.10.202 manager2.alejandro-colomar.es manager2
+
+10.168.10.10 exfo.alejandro-colomar.es exfo
# alejandro-colomar.es END
diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config
index 2430af6..edd3460 100644
--- a/etc/ssh/sshd_config
+++ b/etc/ssh/sshd_config
@@ -72,7 +72,7 @@ PasswordAuthentication no
PermitEmptyPasswords no
PermitListen none
-PermitOpen builder0.alejandro-colomar.es:22 builder1.alejandro-colomar.es:22 builder2.alejandro-colomar.es:22 manager0.alejandro-colomar.es:22 manager1.alejandro-colomar.es:22 manager2.alejandro-colomar.es:22 worker0.alejandro-colomar.es:22 worker1.alejandro-colomar.es:22 worker2.alejandro-colomar.es:22
+PermitOpen builder0.alejandro-colomar.es:22 builder1.alejandro-colomar.es:22 builder2.alejandro-colomar.es:22 manager0.alejandro-colomar.es:22 manager1.alejandro-colomar.es:22 manager2.alejandro-colomar.es:22 worker0.alejandro-colomar.es:22 worker1.alejandro-colomar.es:22 worker2.alejandro-colomar.es:22 exfo.alejandro-colomar.es:22
PermitRootLogin no
PermitTTY yes
PermitTunnel no
diff --git a/home/user/.ssh/config b/home/user/.ssh/config
index 54955cd..26007c6 100644
--- a/home/user/.ssh/config
+++ b/home/user/.ssh/config
@@ -57,4 +57,10 @@ Host worker2.alejandro-colomar.es worker2
Hostname worker2.alejandro-colomar.es
Port 22
ProxyJump www.alejandro-colomar.es
+
+Host exfo.alejandro-colomar.es exfo
+ User alx
+ Hostname exfo.alejandro-colomar.es
+ Port 22
+ ProxyJump www.alejandro-colomar.es
# alejandro-colomar.es END