View | Details | Raw Unified | Return to bug 2382
Collapse All | Expand All

(-)sshd_config.5 (-4 / +12 lines)
Lines 1164-1170 The default is Link Here
1164
.Dq yes .
1164
.Dq yes .
1165
.It Cm PidFile
1165
.It Cm PidFile
1166
Specifies the file that contains the process ID of the
1166
Specifies the file that contains the process ID of the
1167
SSH daemon.
1167
SSH daemon or
1168
.Dq none
1169
to not write one.
1168
The default is
1170
The default is
1169
.Pa /var/run/sshd.pid .
1171
.Pa /var/run/sshd.pid .
1170
.It Cm Port
1172
.It Cm Port
Lines 1254-1260 which means that rekeying is performed a Link Here
1254
of data has been sent or received and no time based rekeying is done.
1256
of data has been sent or received and no time based rekeying is done.
1255
This option applies to protocol version 2 only.
1257
This option applies to protocol version 2 only.
1256
.It Cm RevokedKeys
1258
.It Cm RevokedKeys
1257
Specifies revoked public keys.
1259
Specifies revoked public keys file or
1260
.Dq none
1261
to not use one.
1258
Keys listed in this file will be refused for public key authentication.
1262
Keys listed in this file will be refused for public key authentication.
1259
Note that if this file is not readable, then public key authentication will
1263
Note that if this file is not readable, then public key authentication will
1260
be refused for all users.
1264
be refused for all users.
Lines 1367-1373 To disable TCP keepalive messages, the v Link Here
1367
.Dq no .
1371
.Dq no .
1368
.It Cm TrustedUserCAKeys
1372
.It Cm TrustedUserCAKeys
1369
Specifies a file containing public keys of certificate authorities that are
1373
Specifies a file containing public keys of certificate authorities that are
1370
trusted to sign user certificates for authentication.
1374
trusted to sign user certificates for authentication or
1375
.Dq none
1376
to not use one.
1371
Keys are listed one per line; empty lines and comments starting with
1377
Keys are listed one per line; empty lines and comments starting with
1372
.Ql #
1378
.Ql #
1373
are allowed.
1379
are allowed.
Lines 1496-1502 The default is Link Here
1496
.It Cm XAuthLocation
1502
.It Cm XAuthLocation
1497
Specifies the full pathname of the
1503
Specifies the full pathname of the
1498
.Xr xauth 1
1504
.Xr xauth 1
1499
program.
1505
program or
1506
.Dq none
1507
to not use one.
1500
The default is
1508
The default is
1501
.Pa /usr/X11R6/bin/xauth .
1509
.Pa /usr/X11R6/bin/xauth .
1502
.El
1510
.El

Return to bug 2382