diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 2a283ea2d..3d4afb459 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -34,8 +34,8 @@ | |||
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_config.5,v 1.77 2007/06/08 07:48:09 jmc Exp $ | 37 | .\" $OpenBSD: sshd_config.5,v 1.78 2007/08/23 03:22:16 djm Exp $ |
38 | .Dd $Mdocdate: June 8 2007 $ | 38 | .Dd $Mdocdate: June 11 2007 $ |
39 | .Dt SSHD_CONFIG 5 | 39 | .Dt SSHD_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -159,10 +159,11 @@ directory. | |||
159 | The default is | 159 | The default is |
160 | .Dq .ssh/authorized_keys . | 160 | .Dq .ssh/authorized_keys . |
161 | .It Cm Banner | 161 | .It Cm Banner |
162 | In some jurisdictions, sending a warning message before authentication | ||
163 | may be relevant for getting legal protection. | ||
164 | The contents of the specified file are sent to the remote user before | 162 | The contents of the specified file are sent to the remote user before |
165 | authentication is allowed. | 163 | authentication is allowed. |
164 | If the argument is | ||
165 | .Dq none | ||
166 | then no banner is displayed. | ||
166 | This option is only available for protocol version 2. | 167 | This option is only available for protocol version 2. |
167 | By default, no banner is displayed. | 168 | By default, no banner is displayed. |
168 | .It Cm ChallengeResponseAuthentication | 169 | .It Cm ChallengeResponseAuthentication |