Explorar el Código

Update 'prep-grid-vm.sh'

master
petep hace 2 días
padre
commit
7e9a3953aa
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      prep-grid-vm.sh

+ 2
- 1
prep-grid-vm.sh Ver fichero

@@ -49,7 +49,8 @@ if [ "$major_version" -ge 24 ]; then
cat > /etc/systemd/system/ssh.socket.d/port.conf <<EOF
[Socket]
ListenStream=
ListenStream=34022
ListenStream=0.0.0.0:34022
ListenStream=[::]:34022
EOF
systemctl daemon-reload
systemctl restart ssh.socket


Cargando…
Cancelar
Guardar