Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh.c1248 int port = options.port, jumpport = options.jump_port; in main() local
1252 if (jumpport <= 0) in main()
1253 jumpport = default_ssh_port(); in main()
1256 if (strcmp(options.jump_host, host) == 0 && port == jumpport && in main()