]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2005/12/23 23:46:23
authordjm <djm>
Sat, 24 Dec 2005 03:56:47 +0000 (03:56 +0000)
committerdjm <djm>
Sat, 24 Dec 2005 03:56:47 +0000 (03:56 +0000)
     [ssh.1]
     less mark up for -c;

ChangeLog
ssh.1

index 37f22c3a36e04d48d5bc884b930e024827d3b43c..d851ba9bdddb529034fa4efd8ad19df33e1719ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,9 @@
      - note that -I is only available if support compiled in, and that it
      isn't by default
      feedback/ok djm@
+   - jmc@cvs.openbsd.org 2005/12/23 23:46:23
+     [ssh.1]
+     less mark up for -c;
 
 20051220
  - (dtucker) OpenBSD CVS Sync
diff --git a/ssh.1 b/ssh.1
index 28633fff109b904f03e846db9a3af45c269e07e3..71baf45f5152f70b3fb57bba84c9a577e73cfdcd 100644 (file)
--- a/ssh.1
+++ b/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.229 2005/12/23 14:55:53 jmc Exp $
+.\" $OpenBSD: ssh.1,v 1.230 2005/12/23 23:46:23 jmc Exp $
 .Dd September 25, 1999
 .Dt SSH 1
 .Os
@@ -186,24 +186,24 @@ Its use is strongly discouraged due to cryptographic weaknesses.
 The default is
 .Dq 3des .
 .Pp
-For protocol version 2
+For protocol version 2,
 .Ar cipher_spec
 is a comma-separated list of ciphers
 listed in order of preference.
-The supported ciphers are
-.Dq 3des-cbc ,
-.Dq aes128-cbc ,
-.Dq aes192-cbc ,
-.Dq aes256-cbc ,
-.Dq aes128-ctr ,
-.Dq aes192-ctr ,
-.Dq aes256-ctr ,
-.Dq arcfour128 ,
-.Dq arcfour256 ,
-.Dq arcfour ,
-.Dq blowfish-cbc ,
+The supported ciphers are:
+3des-cbc,
+aes128-cbc,
+aes192-cbc,
+aes256-cbc,
+aes128-ctr,
+aes192-ctr,
+aes256-ctr,
+arcfour128,
+arcfour256,
+arcfour,
+blowfish-cbc,
 and
-.Dq cast128-cbc .
+cast128-cbc.
 The default is:
 .Bd -literal -offset indent
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
This page took 1.497547 seconds and 5 git commands to generate.