diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: sshd.8,v 1.136 2001/07/22 22:24:16 markus Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.137 2001/07/26 17:18:22 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -247,6 +247,12 @@ Quiet mode. | |||
247 | Nothing is sent to the system log. | 247 | Nothing is sent to the system log. |
248 | Normally the beginning, | 248 | Normally the beginning, |
249 | authentication, and termination of each connection is logged. | 249 | authentication, and termination of each connection is logged. |
250 | .It Fl t | ||
251 | Test mode. | ||
252 | Only check the validity of the configuration file and sanity of the keys. | ||
253 | This is useful for updating | ||
254 | .Nm | ||
255 | reliably as configuration options may change. | ||
250 | .It Fl u Ar len | 256 | .It Fl u Ar len |
251 | This option is used to specify the size of the field | 257 | This option is used to specify the size of the field |
252 | in the | 258 | in the |