blob: eb3b2407b334e1d50ee82cef904eb159387cbbf1 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: socks5-gssapi-service
2Arg: <name>
3Help: SOCKS5 proxy service name for GSS-API
4Added: 7.19.4
5---
6The default service name for a socks server is rcmd/server-fqdn. This option
7allows you to change it.
8
9Examples: --socks5 proxy-name --socks5-gssapi-service sockd would use
10sockd/proxy-name --socks5 proxy-name --socks5-gssapi-service sockd/real-name
11would use sockd/real-name for cases where the proxy-name does not match the
12principal name.