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

« back to all changes in this revision

Viewing changes to README.platform

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-09-30 23:09:58 UTC
  • mfrom: (1.13.3 upstream) (29 hardy)
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20080930230958-o6vsgn8c4mm959s0
Tags: 1:5.1p1-3
* Remove unnecessary ssh-vulnkey output in non-verbose mode when no
  compromised or unknown keys were found (closes: #496495).
* Configure with --disable-strip; dh_strip will deal with stripping
  binaries and will honour DEB_BUILD_OPTIONS (thanks, Bernhard R. Link;
  closes: #498681).
* Fix handling of zero-length server banners (thanks, Tomas Mraz; closes:
  #497026).

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
IPv6 known to work: 5.1ML7 5.2ML2 5.2ML5
24
24
IPv6 known broken: 4.3.3ML11 5.1ML4
25
25
 
 
26
If you wish to use dynamic libraries that aren't in the normal system
 
27
locations (eg IBM's OpenSSL and zlib packages) then you will need to
 
28
define the environment variable blibpath before running configure, eg
 
29
 
 
30
blibpath=/lib:/usr/lib:/opt/freeware/lib ./configure \
 
31
  --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware
 
32
 
 
33
If sshd is built with the WITH_AIXAUTHENTICATE option (which is enabled
 
34
by default) then sshd checks that users are permitted via the
 
35
loginrestrictions() function, in particular that the user has the
 
36
"rlogin" attribute set.  This check is not done for the root account,
 
37
instead the PermitRootLogin setting in sshd_config is used.
 
38
 
 
39
 
26
40
Cygwin
27
41
------
28
42
To build on Cygwin, OpenSSH requires the following packages:
67
81
return the output from pam_nologin to the client.
68
82
 
69
83
 
70
 
$Id: README.platform,v 1.7 2006/06/23 11:05:13 dtucker Exp $
 
84
$Id: README.platform,v 1.9 2007/08/09 04:31:53 dtucker Exp $