diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-12-20 16:10:45 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-12-20 16:10:45 +1100 |
commit | ff9f484f45e919b54ec27f64f87c90627f100238 (patch) | |
tree | 0272ee4ac39e634dc5a81ba12be3eb85df4a4c98 /ssh.1 | |
parent | b18c867c9d638589e9dc20bd52b32aac4f43d8dc (diff) |
- jmc@cvs.openbsd.org 2005/12/16 18:12:22
[ssh.1]
make the description of -c a little nicer;
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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.219 2005/12/16 18:08:53 jmc Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.220 2005/12/16 18:12:22 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -166,7 +166,7 @@ Selects the cipher specification for encrypting the session. | |||
166 | Protocol version 1 allows specification of a single cipher. | 166 | Protocol version 1 allows specification of a single cipher. |
167 | The supported values are | 167 | The supported values are |
168 | .Dq 3des , | 168 | .Dq 3des , |
169 | .Dq blowfish | 169 | .Dq blowfish , |
170 | and | 170 | and |
171 | .Dq des . | 171 | .Dq des . |
172 | .Ar 3des | 172 | .Ar 3des |
@@ -204,11 +204,11 @@ The supported ciphers are | |||
204 | .Dq blowfish-cbc , | 204 | .Dq blowfish-cbc , |
205 | and | 205 | and |
206 | .Dq cast128-cbc . | 206 | .Dq cast128-cbc . |
207 | The default is | 207 | The default is: |
208 | .Bd -literal | 208 | .Bd -literal -offset indent |
209 | ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, | 209 | aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, |
210 | arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, | 210 | arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, |
211 | aes192-ctr,aes256-ctr'' | 211 | aes192-ctr,aes256-ctr |
212 | .Ed | 212 | .Ed |
213 | .It Fl D Xo | 213 | .It Fl D Xo |
214 | .Sm off | 214 | .Sm off |