~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: 2005-10-10 20:10:01 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051010201001-rno2f5bno6e6wo6t
Tags: upstream-4.1p1
ImportĀ upstreamĀ versionĀ 4.1p1

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
administrator.  As a precaution, it is recommended that the administrative
14
14
passwords be reset before upgrading from OpenSSH <3.8.
15
15
 
 
16
As of OpenSSH 4.0, configure will attempt to detect if your version
 
17
and maintenance level of AIX has a working getaddrinfo, and will use it
 
18
if found.  This will enable IPv6 support.  If for some reason configure
 
19
gets it wrong, or if you want to build binaries to work on earlier MLs
 
20
than the build host then you can add "-DBROKEN_GETADDRINFO" to CFLAGS
 
21
to force the previous IPv4-only behaviour.
 
22
 
 
23
IPv6 known to work: 5.1ML7 5.2ML2 5.2ML5
 
24
IPv6 known broken: 4.3.3ML11 5.1ML4
16
25
 
17
26
Cygwin
18
27
------
23
32
 
24
33
Solaris
25
34
-------
26
 
Currently, sshd does not support BSM auditting.  This can show up as errors
27
 
when editting cron entries via crontab.  See.
28
 
http://bugzilla.mindrot.org/show_bug.cgi?id=125
29
 
 
30
 
$Id: README.platform,v 1.2 2004/04/23 08:57:13 dtucker Exp $
 
35
If you enable BSM auditing on Solaris, you need to update audit_event(4)
 
36
for praudit(1m) to give sensible output.  The following line needs to be
 
37
added to /etc/security/audit_event:
 
38
 
 
39
        32800:AUE_openssh:OpenSSH login:lo
 
40
 
 
41
The BSM audit event range available for third party TCB applications is
 
42
32768 - 65535.  Event number 32800 has been choosen for AUE_openssh.
 
43
There is no official registry of 3rd party event numbers, so if this
 
44
number is already in use on your system, you may change it at build time
 
45
by configure'ing --with-cflags=-DAUE_openssh=32801 then rebuilding.
 
46
 
 
47
 
 
48
$Id: README.platform,v 1.5 2005/02/20 10:01:49 dtucker Exp $