summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-05-26 12:19:17 +1000
committerDamien Miller <djm@mindrot.org>2005-05-26 12:19:17 +1000
commit3710f278ae76751118fb3ced2ee6e8e320b91002 (patch)
tree049c62a80c0ad073f0b20c1fd7d330d7bcadfb7d /ssh.1
parentb089fb5fe15a6b1936262a33417265f8cb9b0afb (diff)
- djm@cvs.openbsd.org 2005/05/23 23:32:46
[cipher.c myproposal.h ssh.1 ssh_config.5 sshd_config.5] add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes; ok markus@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.19
1 files changed, 6 insertions, 3 deletions
diff --git a/ssh.1 b/ssh.1
index 05d2234a3..4cc1738c1 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.207 2005/04/21 06:17:50 djm Exp $ 37.\" $OpenBSD: ssh.1,v 1.208 2005/05/23 23:32:46 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -479,14 +479,17 @@ The supported ciphers are
479.Dq aes128-ctr , 479.Dq aes128-ctr ,
480.Dq aes192-ctr , 480.Dq aes192-ctr ,
481.Dq aes256-ctr , 481.Dq aes256-ctr ,
482.Dq arcfour128 ,
483.Dq arcfour256 ,
482.Dq arcfour , 484.Dq arcfour ,
483.Dq blowfish-cbc , 485.Dq blowfish-cbc ,
484and 486and
485.Dq cast128-cbc . 487.Dq cast128-cbc .
486The default is 488The default is
487.Bd -literal 489.Bd -literal
488 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour, 490 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
489 aes192-cbc,aes256-cbc'' 491 arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr,
492 aes192-ctr,aes256-ctr''
490.Ed 493.Ed
491.It Fl D Ar port 494.It Fl D Ar port
492Specifies a local 495Specifies a local