aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/socks5-gssapi-service.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/socks5-gssapi-service.d')
-rw-r--r--docs/cmdline-opts/socks5-gssapi-service.d12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/cmdline-opts/socks5-gssapi-service.d b/docs/cmdline-opts/socks5-gssapi-service.d
new file mode 100644
index 000000000..eb3b2407b
--- /dev/null
+++ b/docs/cmdline-opts/socks5-gssapi-service.d
@@ -0,0 +1,12 @@
+Long: socks5-gssapi-service
+Arg: <name>
+Help: SOCKS5 proxy service name for GSS-API
+Added: 7.19.4
+---
+The default service name for a socks server is rcmd/server-fqdn. This option
+allows you to change it.
+
+Examples: --socks5 proxy-name --socks5-gssapi-service sockd would use
+sockd/proxy-name --socks5 proxy-name --socks5-gssapi-service sockd/real-name
+would use sockd/real-name for cases where the proxy-name does not match the
+principal name.