Home
last modified time | relevance | path

Searched refs:jmphost (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/crypto/openssh/
HDsshconnect.h47 char *jmphost; member
68 "j", conn_info->jmphost
HDssh.c625 free(cinfo->jmphost); in ssh_conn_info_free()
1436 cinfo->jmphost = xstrdup(options.jump_host == NULL ? in main()
1439 cinfo->remhost, cinfo->portstr, cinfo->remuser, cinfo->jmphost); in main()
HDreadconf.c661 char uidstr[32], *conn_hash_hex, *keyalias, *jmphost, *ruser; in expand_match_exec_or_include_path() local
678 jmphost = option_clear_or_none(options->jump_host) ? in expand_match_exec_or_include_path()
686 portstr, ruser, jmphost); in expand_match_exec_or_include_path()
701 "j", jmphost, in expand_match_exec_or_include_path()