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

« back to all changes in this revision

Viewing changes to ssh.1

  • 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:
34
34
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35
35
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
36
.\"
37
 
.\" $OpenBSD: ssh.1,v 1.282 2009/02/12 03:44:25 djm Exp $
38
 
.Dd $Mdocdate: February 12 2009 $
 
37
.\" $OpenBSD: ssh.1,v 1.283 2009/03/19 15:15:09 jmc Exp $
 
38
.Dd $Mdocdate: March 19 2009 $
39
39
.Dt SSH 1
40
40
.Os
41
41
.Sh NAME
191
191
.Ar cipher_spec
192
192
is a comma-separated list of ciphers
193
193
listed in order of preference.
194
 
The supported ciphers are:
195
 
3des-cbc,
196
 
aes128-cbc,
197
 
aes192-cbc,
198
 
aes256-cbc,
199
 
aes128-ctr,
200
 
aes192-ctr,
201
 
aes256-ctr,
202
 
arcfour128,
203
 
arcfour256,
204
 
arcfour,
205
 
blowfish-cbc,
206
 
and
207
 
cast128-cbc.
208
 
The default is:
209
 
.Bd -literal -offset indent
210
 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
211
 
arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr,
212
 
aes192-ctr,aes256-ctr
213
 
.Ed
 
194
See the
 
195
.Cm Ciphers
 
196
keyword for more information.
214
197
.It Fl D Xo
215
198
.Sm off
216
199
.Oo Ar bind_address : Oc