• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
17Tells curl to use GSS-API authentication when connecting to a SOCKS5 proxy.
18The GSS-API authentication is enabled by default (if curl is compiled with
19GSS-API support). Use --socks5-basic to force username/password authentication
20to SOCKS5 proxies.
21