Browse Source

Update 'prep-grid-vm.sh'

master
petep 1 day ago
parent
commit
7e9a3953aa
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      prep-grid-vm.sh

+ 2
- 1
prep-grid-vm.sh View 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


Loading…
Cancel
Save