~ubuntu-branches/ubuntu/lucid/openssh/lucid

« back to all changes in this revision

Viewing changes to ssh.0

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-01-26 13:07:40 UTC
  • mfrom: (1.13.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126130740-d7r70jqrqlbvz3r0
Tags: 1:5.3p1-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Add support for registering ConsoleKit sessions on login.
  - Drop openssh-blacklist and openssh-blacklist-extra to Suggests; they
    take up a lot of CD space, and I suspect that rolling them out in
    security updates has covered most affected systems now.
  - Convert to Upstart.  The init script is still here for the benefit of
    people running sshd in chroots.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
             graphic weaknesses.  The default is ``3des''.
79
79
 
80
80
             For protocol version 2, cipher_spec is a comma-separated list of
81
 
             ciphers listed in order of preference.  The supported ciphers
82
 
             are: 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr,
83
 
             aes192-ctr, aes256-ctr, arcfour128, arcfour256, arcfour, blow-
84
 
             fish-cbc, and cast128-cbc.  The default is:
85
 
 
86
 
                   aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
87
 
                   arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr,
88
 
                   aes192-ctr,aes256-ctr
 
81
             ciphers listed in order of preference.  See the Ciphers keyword
 
82
             for more information.
89
83
 
90
84
     -D [bind_address:]port
91
85
             Specifies a local ``dynamic'' application-level port forwarding.
870
864
     created OpenSSH.  Markus Friedl contributed the support for SSH protocol
871
865
     versions 1.5 and 2.0.
872
866
 
873
 
OpenBSD 4.5                    February 12, 2009                            14
 
867
OpenBSD 4.6                     March 19, 2009                              14