xref: /curl/docs/cmdline-opts/socks5-gssapi.md (revision e7219c2b)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: socks5-gssapi
5Help: Enable GSS-API auth for SOCKS5 proxies
6Added: 7.55.0
7Category: proxy auth
8Multi: boolean
9See-also:
10  - socks5
11Example:
12  - --socks5-gssapi --socks5 hostname:4096 $URL
13---
14
15# `--socks5-gssapi`
16
17Use GSS-API authentication when connecting to a SOCKS5 proxy. The GSS-API
18authentication is enabled by default (if curl is compiled with GSS-API
19support). Use --socks5-basic to force username/password authentication to
20SOCKS5 proxies.
21