Sfoglia il codice sorgente

Update 'prep-grid-vm.sh'

master
petep 2 giorni fa
parent
commit
7e9a3953aa
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      prep-grid-vm.sh

+ 2
- 1
prep-grid-vm.sh Vedi File

@@ -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


Caricamento…
Annulla
Salva