summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.514
1 files changed, 8 insertions, 6 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 7255b1c22..dfd07b713 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.96 2008/07/02 02:24:18 djm Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.102 2009/02/22 23:59:25 djm Exp $
38.Dd $Mdocdate: July 2 2008 $ 38.Dd $Mdocdate: February 22 2009 $
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -240,9 +240,9 @@ and
240.Dq cast128-cbc . 240.Dq cast128-cbc .
241The default is: 241The default is:
242.Bd -literal -offset 3n 242.Bd -literal -offset 3n
243aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, 243aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
244arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, 244aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,
245aes192-ctr,aes256-ctr 245aes256-cbc,arcfour
246.Ed 246.Ed
247.It Cm ClientAliveCountMax 247.It Cm ClientAliveCountMax
248Sets the number of client alive messages (see below) which may be 248Sets the number of client alive messages (see below) which may be
@@ -593,6 +593,7 @@ Only a subset of keywords may be used on the lines following a
593.Cm Match 593.Cm Match
594keyword. 594keyword.
595Available keywords are 595Available keywords are
596.Cm AllowAgentForwarding ,
596.Cm AllowTcpForwarding , 597.Cm AllowTcpForwarding ,
597.Cm Banner , 598.Cm Banner ,
598.Cm ChrootDirectory , 599.Cm ChrootDirectory ,
@@ -605,12 +606,13 @@ Available keywords are
605.Cm MaxAuthTries , 606.Cm MaxAuthTries ,
606.Cm MaxSessions , 607.Cm MaxSessions ,
607.Cm PasswordAuthentication , 608.Cm PasswordAuthentication ,
609.Cm PermitEmptyPasswords ,
608.Cm PermitOpen , 610.Cm PermitOpen ,
609.Cm PermitRootLogin , 611.Cm PermitRootLogin ,
610.Cm RhostsRSAAuthentication , 612.Cm RhostsRSAAuthentication ,
611.Cm RSAAuthentication , 613.Cm RSAAuthentication ,
612.Cm X11DisplayOffset , 614.Cm X11DisplayOffset ,
613.Cm X11Forwarding , 615.Cm X11Forwarding
614and 616and
615.Cm X11UseLocalHost . 617.Cm X11UseLocalHost .
616.It Cm MaxAuthTries 618.It Cm MaxAuthTries