summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
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 f038fb826..8c2306579 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
@@ -259,7 +259,7 @@ The client selects the encryption algorithm
259to use from those offered by the server. 259to use from those offered by the server.
260Additionally, session integrity is provided 260Additionally, session integrity is provided
261through a cryptographic message authentication code 261through a cryptographic message authentication code
262(hmac-md5, hmac-sha1, umac-64, umac-128, hmac-ripemd160, 262(hmac-md5, hmac-sha1, umac-64, umac-128,
263hmac-sha2-256 or hmac-sha2-512). 263hmac-sha2-256 or hmac-sha2-512).
264.Pp 264.Pp
265Finally, the server and the client enter an authentication dialog. 265Finally, the server and the client enter an authentication dialog.
@@ -651,9 +651,23 @@ Hostnames is a comma-separated list of patterns
651and 651and
652.Ql \&? 652.Ql \&?
653act as 653act as
654wildcards); each pattern in turn is matched against the canonical host 654wildcards); each pattern in turn is matched against the host name.
655name (when authenticating a client) or against the user-supplied 655When
656name (when authenticating a server). 656.Nm sshd
657is authenticating a client, such as when using
658.Cm HostbasedAuthentication ,
659this will be the canonical client host name.
660When
661.Xr ssh 1
662is authenticating a server, this will be the host name
663given by the user, the value of the
664.Xr ssh 1
665.Cm HostkeyAlias
666if it was specified, or the canonical server hostname if the
667.Xr ssh 1
668.Cm CanonicalizeHostname
669option was used.
670.Pp
657A pattern may also be preceded by 671A pattern may also be preceded by
658.Ql \&! 672.Ql \&!
659to indicate negation: if the host name matches a negated 673to indicate negation: if the host name matches a negated