Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh.c1299 const char *jumpuser = options.jump_user, *sshbin = argv0; in main() local
1306 if (jumpuser == NULL) in main()
1307 jumpuser = options.user; in main()
1309 strcmp(options.user, jumpuser) == 0) in main()