This website works better with JavaScript.
Home
Explore
Sign In
threefold_public
/
public
Watch
5
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update 'prep-grid-vm.sh'
master
petep
1 day ago
parent
adab3cb9dc
commit
7e9a3953aa
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save