Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dservconf.h63 int print_motd; /* If true, print /etc/motd. */ member
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dservconf.c85 options->print_motd = -1; in initialize_server_options()
270 if (options->print_motd == -1) in fill_default_server_options()
271 options->print_motd = 1; in fill_default_server_options()
1018 intptr = &options->print_motd; in process_server_config_line()
H A Dsession.c767 if (options.print_motd) { in do_motd()