summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-05 19:52:52 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-05 19:52:52 +0000
commitbd0e2de8e59b4588a45a27c168e70bba95db9969 (patch)
treecf23efa56111c1a1685f863b5905f2e0e81fb8d0 /ssh.1
parent1bfe29151b064d3e1f56c4c45b7f5b74369fcc37 (diff)
- markus@cvs.openbsd.org 2001/05/19 16:46:19
[ssh.1 sshd.8] document MACs defaults with .Dq
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.18
1 files changed, 2 insertions, 6 deletions
diff --git a/ssh.1 b/ssh.1
index da1a4c7bd..437484961 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
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: ssh.1,v 1.112 2001/05/19 16:32:16 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.113 2001/05/19 16:46:19 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -898,11 +898,7 @@ The MAC algorithm is used in protocol version 2
898for data integrity protection. 898for data integrity protection.
899Multiple algorithms must be comma-separated. 899Multiple algorithms must be comma-separated.
900The default is 900The default is
901.Pp 901.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 .
902.Bd -literal
903 ``hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,
904 hmac-sha1-96,hmac-md5-96''
905.Ed
906.It Cm NumberOfPasswordPrompts 902.It Cm NumberOfPasswordPrompts
907Specifies the number of password prompts before giving up. 903Specifies the number of password prompts before giving up.
908The argument to this keyword must be an integer. 904The argument to this keyword must be an integer.