mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-14 16:37:37 +01:00
17 lines
464 B
Plaintext
17 lines
464 B
Plaintext
[Socket]
|
|
# Ensure SSHd is not IPv6-only.
|
|
BindIPv6Only=both
|
|
|
|
# Uncomment to disable default port 22
|
|
#ListenStream=
|
|
# If the above is uncommented, it will attempt to bind twice and fail.
|
|
#ListenStream=22
|
|
|
|
# WARNING! SELINUX may avc block unreserved ports and fail if additional
|
|
# ports are enabled.
|
|
|
|
# KDE Connect wants TCP port range 1714-1764 open
|
|
#ListenStream=1714
|
|
# Mosh wants UDP port range 60000-61000 open (and some might open it in TCP)
|
|
#ListenStream=60000
|