- jmc@cvs.openbsd.org 2005/12/16 18:12:22

[ssh.1]
     make the description of -c a little nicer;
This commit is contained in:
Darren Tucker 2005-12-20 16:10:45 +11:00
parent b18c867c9d
commit ff9f484f45

14
ssh.1
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh.1,v 1.219 2005/12/16 18:08:53 jmc Exp $ .\" $OpenBSD: ssh.1,v 1.220 2005/12/16 18:12:22 jmc Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
.Os .Os
@ -166,7 +166,7 @@ Selects the cipher specification for encrypting the session.
Protocol version 1 allows specification of a single cipher. Protocol version 1 allows specification of a single cipher.
The supported values are The supported values are
.Dq 3des , .Dq 3des ,
.Dq blowfish .Dq blowfish ,
and and
.Dq des . .Dq des .
.Ar 3des .Ar 3des
@ -204,11 +204,11 @@ The supported ciphers are
.Dq blowfish-cbc , .Dq blowfish-cbc ,
and and
.Dq cast128-cbc . .Dq cast128-cbc .
The default is The default is:
.Bd -literal .Bd -literal -offset indent
``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr,
aes192-ctr,aes256-ctr'' aes192-ctr,aes256-ctr
.Ed .Ed
.It Fl D Xo .It Fl D Xo
.Sm off .Sm off