summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-10-04 11:23:58 +0100
committerColin Watson <cjwatson@debian.org>2017-10-04 11:23:58 +0100
commit62f54f20bf351468e0124f63cc2902ee40d9b0e9 (patch)
tree3e090f2711b94ca5029d3fa3e8047b1ed1448b1f /sshd.8
parent6fabaf6fd9b07cc8bc6a17c9c4a5b76849cfc874 (diff)
parent66bf74a92131b7effe49fb0eefe5225151869dc5 (diff)
Import openssh_7.6p1.orig.tar.gz
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.826
1 files changed, 20 insertions, 6 deletions
diff --git a/sshd.8 b/sshd.8
index 7725a692c..a4201146b 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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.8,v 1.288 2017/01/30 23:27:39 dtucker Exp $ 36.\" $OpenBSD: sshd.8,v 1.291 2017/06/24 06:28:50 jmc Exp $
37.Dd $Mdocdate: January 30 2017 $ 37.Dd $Mdocdate: June 24 2017 $
38.Dt SSHD 8 38.Dt SSHD 8
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -260,7 +260,7 @@ The client selects the encryption algorithm
260to use from those offered by the server. 260to use from those offered by the server.
261Additionally, session integrity is provided 261Additionally, session integrity is provided
262through a cryptographic message authentication code 262through a cryptographic message authentication code
263(hmac-md5, hmac-sha1, umac-64, umac-128, hmac-ripemd160, 263(hmac-md5, hmac-sha1, umac-64, umac-128,
264hmac-sha2-256 or hmac-sha2-512). 264hmac-sha2-256 or hmac-sha2-512).
265.Pp 265.Pp
266Finally, the server and the client enter an authentication dialog. 266Finally, the server and the client enter an authentication dialog.
@@ -652,9 +652,23 @@ Hostnames is a comma-separated list of patterns
652and 652and
653.Ql \&? 653.Ql \&?
654act as 654act as
655wildcards); each pattern in turn is matched against the canonical host 655wildcards); each pattern in turn is matched against the host name.
656name (when authenticating a client) or against the user-supplied 656When
657name (when authenticating a server). 657.Nm sshd
658is authenticating a client, such as when using
659.Cm HostbasedAuthentication ,
660this will be the canonical client host name.
661When
662.Xr ssh 1
663is authenticating a server, this will be the host name
664given by the user, the value of the
665.Xr ssh 1
666.Cm HostkeyAlias
667if it was specified, or the canonical server hostname if the
668.Xr ssh 1
669.Cm CanonicalizeHostname
670option was used.
671.Pp
658A pattern may also be preceded by 672A pattern may also be preceded by
659.Ql \&! 673.Ql \&!
660to indicate negation: if the host name matches a negated 674to indicate negation: if the host name matches a negated