Commit 9a0a9b9492186cf9e3ff02c39223ca2c8a3b8ae8
Clarified that sslh uses LOG_AUTH facility for logging in manual page
Yves Rutschle committed on 7/15/2014, 9:26:16 AMParent: d10b539a5a9b76d6ba51004c5db685a147eb26e1
Files changed
sslh.pod | changed |
sslh.pod | ||
---|---|---|
@@ -71,8 +71,14 @@ | ||
71 | 71 | If no data is sent by the client, B<sslh> will eventually |
72 | 72 | time out and connect to the protocol specified with |
73 | 73 | B<--on-timeout>, or I<ssh> if none is specified. |
74 | 74 | |
75 | +=head2 Logging | |
76 | + | |
77 | +As a security/authorization program, B<sslh> logs to the | |
78 | +LOG_AUTH facility, with priority LOG_INFO for normal | |
79 | +connections and LOG_ERR for failures. | |
80 | + | |
75 | 81 | =head1 OPTIONS |
76 | 82 | |
77 | 83 | =over 4 |
78 | 84 |
Built with git-ssb-web