Searched refs:xauth_location (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/crypto/openssh/ |
| HD | readconf.h | 46 char *xauth_location; /* Location for xauth program */ member
|
| HD | servconf.h | 84 char *xauth_location; /* Location of xauth program */ member
|
| HD | session.c | 1403 } else if (do_xauth && options.xauth_location != NULL) { in do_rc_files() 1408 options.xauth_location, s->auth_display); in do_rc_files() 1411 options.xauth_location, s->auth_display, in do_rc_files() 1415 options.xauth_location); in do_rc_files() 2673 if (!options.xauth_location || in session_setup_x11fwd() 2674 (stat(options.xauth_location, &st) == -1)) { in session_setup_x11fwd()
|
| HD | servconf.c | 98 options->xauth_location = NULL; in initialize_server_options() 220 if (options->xauth_location == NULL) in fill_default_server_options() 221 options->xauth_location = _PATH_XAUTH; in fill_default_server_options() 1167 charptr = &options->xauth_location; in process_server_config_line() 2076 dump_cfg_string(sXAuthLocation, o->xauth_location); in dump_config()
|
| HD | readconf.c | 953 charptr=&options->xauth_location; in process_config_line() 1547 options->xauth_location = NULL; in initialize_options() 1664 if (options->xauth_location == NULL) in fill_default_options() 1665 options->xauth_location = _PATH_XAUTH; in fill_default_options()
|
| HD | ssh.c | 1505 client_x11_get_proto(display, options.xauth_location, in ssh_session() 1606 client_x11_get_proto(display, options.xauth_location, in ssh_session2_setup()
|
| HD | mux.c | 1267 client_x11_get_proto(display, options.xauth_location, in mux_session_confirm()
|