]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2007/06/08 07:43:46
authordjm <djm>
Mon, 11 Jun 2007 04:06:32 +0000 (04:06 +0000)
committerdjm <djm>
Mon, 11 Jun 2007 04:06:32 +0000 (04:06 +0000)
     [ssh_config.5]
     put the MAC list into a display, like we do for ciphers,
     since groff has trouble handling wide lines;

ChangeLog
ssh_config.5

index e5c5c2bf62669c9afa0764481dfacf3b715655cf..e05163af05df05f531f43af881b9713ff03bc7aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      Add a "MACs" line after "Ciphers" with the default MAC algorithms,
      to ease people who want to tweak both (eg. for performance reasons).
      ok deraadt@ djm@ dtucker@
+   - jmc@cvs.openbsd.org 2007/06/08 07:43:46
+     [ssh_config.5]
+     put the MAC list into a display, like we do for ciphers,
+     since groff has trouble handling wide lines;
 
 20070605
  - (dtucker) OpenBSD CVS Sync
index bd7c2cf7bfc825932c83f516dffee3dac9b4947d..b03d8b8b70c3bf79684abad38f3b566ebab8c5a2 100644 (file)
@@ -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_config.5,v 1.100 2007/06/07 19:37:34 pvalchev Exp $
+.\" $OpenBSD: ssh_config.5,v 1.101 2007/06/08 07:43:46 jmc Exp $
 .Dd $Mdocdate$
 .Dt SSH_CONFIG 5
 .Os
@@ -641,7 +641,10 @@ The MAC algorithm is used in protocol version 2
 for data integrity protection.
 Multiple algorithms must be comma-separated.
 The default is:
-.Dq hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 .
+.Bd -literal -offset indent
+hmac-md5,hmac-sha1,umac-64@openssh.com,
+hmac-ripemd160,hmac-sha1-96,hmac-md5-96
+.Ed
 .It Cm NoHostAuthenticationForLocalhost
 This option can be used if the home directory is shared across machines.
 In this case localhost will refer to a different machine on each of
This page took 0.042531 seconds and 5 git commands to generate.