summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index b74ab47c0..e7ec82e64 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.266 2012/06/18 12:07:07 dtucker Exp $ 36.\" $OpenBSD: sshd.8,v 1.267 2012/10/04 13:21:50 markus Exp $
37.Dd $Mdocdate: June 18 2012 $ 37.Dd $Mdocdate: October 4 2012 $
38.Dt SSHD 8 38.Dt SSHD 8
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -319,7 +319,7 @@ The client selects the encryption algorithm
319to use from those offered by the server. 319to use from those offered by the server.
320Additionally, session integrity is provided 320Additionally, session integrity is provided
321through a cryptographic message authentication code 321through a cryptographic message authentication code
322(hmac-md5, hmac-sha1, umac-64, hmac-ripemd160, 322(hmac-md5, hmac-sha1, umac-64, umac-128, hmac-ripemd160,
323hmac-sha2-256 or hmac-sha2-512). 323hmac-sha2-256 or hmac-sha2-512).
324.Pp 324.Pp
325Finally, the server and the client enter an authentication dialog. 325Finally, the server and the client enter an authentication dialog.