summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.58
1 files changed, 5 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index f78452c85..a6c378792 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.134 2011/06/22 21:57:01 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.135 2011/08/02 01:22:11 djm Exp $
37.Dd $Mdocdate: June 22 2011 $ 37.Dd $Mdocdate: August 2 2011 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -655,7 +655,9 @@ Multiple algorithms must be comma-separated.
655The default is: 655The default is:
656.Bd -literal -offset indent 656.Bd -literal -offset indent
657hmac-md5,hmac-sha1,umac-64@openssh.com, 657hmac-md5,hmac-sha1,umac-64@openssh.com,
658hmac-ripemd160,hmac-sha1-96,hmac-md5-96 658hmac-ripemd160,hmac-sha1-96,hmac-md5-96,
659hmac-sha2-256,hmac-sha256-96,hmac-sha2-512,
660hmac-sha2-512-96
659.Ed 661.Ed
660.It Cm Match 662.It Cm Match
661Introduces a conditional block. 663Introduces a conditional block.