summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh.114
1 files changed, 7 insertions, 7 deletions
diff --git a/ssh.1 b/ssh.1
index f09b95281..1e46dab64 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.
166Protocol version 1 allows specification of a single cipher. 166Protocol version 1 allows specification of a single cipher.
167The supported values are 167The supported values are
168.Dq 3des , 168.Dq 3des ,
169.Dq blowfish 169.Dq blowfish ,
170and 170and
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 ,
205and 205and
206.Dq cast128-cbc . 206.Dq cast128-cbc .
207The default is 207The default is:
208.Bd -literal 208.Bd -literal -offset indent
209 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, 209aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
210 arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, 210arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr,
211 aes192-ctr,aes256-ctr'' 211aes192-ctr,aes256-ctr
212.Ed 212.Ed
213.It Fl D Xo 213.It Fl D Xo
214.Sm off 214.Sm off