Searched refs:gss_host (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dkex.h146 char *gss_host; member in struct:Kex
H A Dsshconnect2.c168 char *gss_host = NULL; local
181 gss_host = (char *)get_canonical_hostname(1);
183 gss_host = host;
185 gss = ssh_gssapi_client_mechanisms(gss_host, options.gss_client_identity);
266 kex->gss_host = options.gss_server_identity;
268 kex->gss_host = gss_host;
695 const char *gss_host; local
698 gss_host = options.gss_server_identity;
700 gss_host
[all...]
H A Dkexgssc.c80 if (ssh_gssapi_import_name(ctxt, kex->gss_host))

Completed in 173 milliseconds