Home
last modified time | relevance | path

Searched defs:ServerOptions (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dservconf.h350 typedef struct ServerOptions { struct
353 u_int num_ports;
354 u_int ports_from_cmdline;
355 int ports[MAX_PORTS]; /* Port number to listen on. */
357 struct queued_listenaddr *queued_listen_addrs;
358 u_int num_queued_listens;
359 struct listenaddr *listen_addrs;
360 u_int num_listen_addrs;
362 char **host_key_files; /* Files containing host keys. */
363 int *host_key_file_userprovided; /* Key was specified by user. */
[all …]