~ubuntu-branches/ubuntu/edgy/openssh/edgy

« back to all changes in this revision

Viewing changes to sshd.8

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2004-10-07 18:03:06 UTC
  • Revision ID: james.westby@ubuntu.com-20041007180306-0l8ii961txetbucx
Tags: 1:3.8.1p1-11ubuntu3
* Nathaniel McCallum:
  - debian/openssh-server.init: pretty initscript
  - debian/control: versioned depend on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
.Nm
197
197
rereads its configuration file when it receives a hangup signal,
198
198
.Dv SIGHUP ,
199
 
by executing itself with the name it was started as, i.e.,
 
199
by executing itself with the name it was started as, e.g.,
200
200
.Pa /usr/sbin/sshd .
201
201
.Pp
202
202
The options are as follows:
296
296
command-line port is specified.
297
297
.It Fl q
298
298
Quiet mode.
299
 
Nothing is sent to the system log.
 
299
Only fatal errors are sent to the system log.
300
300
Normally the beginning,
301
301
authentication, and termination of each connection is logged.
 
302
If a second 
 
303
.Fl q
 
304
is given then nothing is sent to the system log.
302
305
.It Fl t
303
306
Test mode.
304
307
Only check the validity of the configuration file and sanity of the keys.
613
616
the user so their contents can be copied to known hosts files.
614
617
These files are created using
615
618
.Xr ssh-keygen 1 .
616
 
.It Pa /etc/moduli
 
619
.It Pa /etc/ssh/moduli
617
620
Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
618
621
The file format is described in
619
622
.Xr moduli 5 .