summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-05-19 16:46:20 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-05-19 16:46:20 +0000
commita83d8a05387fb52221c99da8fdf6cbacf1e87aa4 (patch)
tree5b15181f3c3019465f63c964261470531bef0be6
parent886d909e9f80ae4a52b2b96ac3c2284cf71e57fe (diff)
document MACs defaults with .Dq
-rw-r--r--usr.bin/ssh/ssh.18
-rw-r--r--usr.bin/ssh/sshd.88
2 files changed, 4 insertions, 12 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index da1a4c7bdc3..437484961fe 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh.1,v 1.112 2001/05/19 16:32:16 markus Exp $
+.\" $OpenBSD: ssh.1,v 1.113 2001/05/19 16:46:19 markus Exp $
.Dd September 25, 1999
.Dt SSH 1
.Os
@@ -898,11 +898,7 @@ The MAC algorithm is used in protocol version 2
for data integrity protection.
Multiple algorithms must be comma-separated.
The default is
-.Pp
-.Bd -literal
- ``hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,
- hmac-sha1-96,hmac-md5-96''
-.Ed
+.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 .
.It Cm NumberOfPasswordPrompts
Specifies the number of password prompts before giving up.
The argument to this keyword must be an integer.
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 2201052344c..572f7cd0724 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.122 2001/05/19 16:08:43 markus Exp $
+.\" $OpenBSD: sshd.8,v 1.123 2001/05/19 16:46:19 markus Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -586,11 +586,7 @@ The MAC algorithm is used in protocol version 2
for data integrity protection.
Multiple algorithms must be comma-separated.
The default is
-.Pp
-.Bd -literal
- ``hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,
- hmac-sha1-96,hmac-md5-96''
-.Ed
+.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 .
.It Cm MaxStartups
Specifies the maximum number of concurrent unauthenticated connections to the
.Nm