Displaying 20 results from an estimated 6000 matches similar to: "OpenSSH 3.5p1 and BSM for Solaris"
2003 Jan 03
1
OpenSSH, Solaris 8, and BSM works with BSM patch, but must disable privilege separation
To get BSM working on Solaris 8 with OpenSSH, I did this:
Download John R. Jackson's OpenSSH 3.5p1 BSM patch here, and save as "patch.tar.gz":
http://bugzilla.mindrot.org/show_bug.cgi?id=125
(NOTE TO OpenSSH DEVELOPERS, can you incorporate this patch into the next version of OpenSSH?)
Installing the OpenSSH 3.5p1 BSM patch:
?--------------------------------------
Turning on Sun BSM
2002 Oct 17
1
OpenSSH 3.5p1, Solaris 8, BSM, cron issue
We have started using BSM and have hit the BSM issue where cron is messed up if you SSH into a Solaris 8 box and try to issue a cron job.
I noticed the bug here:
http://bugzilla.mindrot.org/show_bug.cgi?id=125
Is this patch applied to the OpenSSH 3.5p1 release?
I tried installing OpenSSH 3.5p1 and turned off Privileged Separation in the sshd_config file, but I am still getting the cron issues
2003 Mar 20
4
Call for testing for 3.6: password expiry?
I have tried this patch (against 3.5p1) and would very much like it to be in the OpenSSH 3.6p1 release, if possible:
http://bugzilla.mindrot.org/show_bug.cgi?id=14
On that note, I'd like the Sun BSM patch to be included also, if possible. I have it working applied to 3.5p1:
http://bugzilla.mindrot.org/show_bug.cgi?id=125
In fact, both patches work together, apparently.
If I have any
2005 Mar 03
2
Question/concern about bsm auditing option on solaris
Hello,
I downloaded and compiled the Mar 2, 2005 snapshot and compiled it with
bsm auditing for solaris turned on. I've been noticing about a dozen or
so of the following messages per day now. Not sure exactly what it is, or
if it is a big issue.
Mar 3 13:46:10 machine_name sshd[15298]: [ID 800047 auth.crit] fatal: mm_request_send: write
If it matters it is running on solaris 8
2002 Jul 14
3
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125
------- Additional Comments From jrj at purdue.edu 2002-07-14 13:31 -------
Created an attachment (id=131)
Update of bug #2 patch to 3.4p1
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Dec 13
3
Suggestion: Disable PrivilegeSepartion by default
PrivilegeSeparation seems to be a valuable option, however at its
current maturity level it is the cause of several problems. Just to name
a few:
- Incompatible with BSM auditing on Solaris
- Incompatible with PAM password aging (for this reason??? the code to
handle password expiration has been disabled without ANY notice)
- Causes core dumps on HP-UX
I think PrivilegeSeparation should be
2006 Sep 30
1
audit-bsm.c lacks <errno.h>
#include <errno.h> was removed from includes.h in July:
----------------------------
revision 1.113
date: 2006/07/12 12:22:46; author: dtucker; state: Exp; lines: +1 -2
- stevesk at cvs.openbsd.org 2006/07/11 20:07:25
[scp.c auth.c monitor.c serverloop.c sftp-server.c sshpty.c readpass.c
sshd.c monitor_wrap.c monitor_fdpass.c ssh-agent.c ttymodes.c atomicio.c
includes.h
2002 Dec 04
0
OpenSSH 3.5p1 - Solaris 8 expired passwords and BSM issue - any updates?
I was wondering as to the status on the Solaris 8 expired passwords and BSM issue with the portable OpenSSH 3.5p1?
Has anyone created a workaround to get these options working with SSH protocol 2? Is there any kind of patch I can apply or configuration change to make it work with SSH protocol 2?
Can someone tell me when an expected complete fix for these issues might be available in portable
2003 Jan 03
1
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125
------- Additional Comments From jrj at purdue.edu 2003-01-04 06:29 -------
The following attachment updates the suggested patch to 3.5p1.
The attachment is a gzip'd tar file. Once you download it, ungzip it and then
untar it into a temp directory (or use the 'z' option of GNU tar). Then look at
the README for more information.
2005 Jan 24
15
[Bug 125] add BSM audit support
http://bugzilla.mindrot.org/show_bug.cgi?id=125
alex.bell at bt.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alex.bell at bt.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
2005 Jan 26
1
OpenSSH and BSM
All,
I've recently received a requirement to implement OpenSSH on a Solaris
server with BSM enabled. Checking through the list archive suggests that
the patch Darren's patch is almost ready but requires testing & perhaps
fine-tuning.
Can someone please let me know what the status is and if any assistance
is required with testing I'm happy to offer an extra pair of hands.
Thanks
2004 Dec 13
1
Status of Sun BSM/Auditd Support ?
Hey folks,
About a year ago it was pointed out to me there was BSM support in CVS that
would hopefully make it into a release soon. I had a look over it and it looks
like it covers everything (it certainly covers more than the 3 or 4 things we
do here at USC).
So I'm wondering what the status of that is? Is it planned for a release soon?
Are there issues with it? This is a really big feature
2007 Dec 21
15
[Bug 1420] New: BSM support on Mac OS X
https://bugzilla.mindrot.org/show_bug.cgi?id=1420
Summary: BSM support on Mac OS X
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: bitbucket at mindrot.org
2001 Nov 12
4
Openssh 3.0p1/Solaris 8 problems still...
Currently under solaris 8 with a fairly generic build:
CC="cc" ./configure \
--prefix=/opt/openssh \
--sysconfdir=/var/ssh \
--with-rsh=/usr/local/etc/rsh \
--with-ipv4-default \
--with-ssl-dir=/usr/local/ssl \
--with-ipaddr-display \
--with-pam \
--with-pid-dir=/var/ssh
cron will quit working since ssh hasn't
2014 Dec 04
3
Adding Solaris Audit to sshd (and sftp-server)
Hi Damien,
I'm working with the Solaris team that is integrating openssh
into upcoming Solaris releases. I'm looking for advice from the
upstream community. You were suggested for that advice. If
there are other mailing lists you'd like me to ask, I'm happy
to do so, or if you'd like to forward, please feel free to do so.
The --with-audit=bsm (audit-bsm.c) configuration
2012 Jan 24
1
Solaris BSM audit support
Does anyone know if openssh has removed the experimental designation for BSM audit support for Solaris systems?
If so, which release, please.
Thanks.
2002 Apr 11
3
[Bug 2] sshd should have BSM auditing on Solaris
http://bugzilla.mindrot.org/show_bug.cgi?id=2
Michael.Gerdts at alcatel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Michael.Gerdts at alcatel.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are
2004 Apr 14
8
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |enhancement
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2012 Jan 02
5
[Bug 1968] New: openssh won't build with --with-audit=bsm on Solaris 11
https://bugzilla.mindrot.org/show_bug.cgi?id=1968
Bug #: 1968
Summary: openssh won't build with --with-audit=bsm on Solaris
11
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: ix86
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
2002 Jul 19
0
[Bug 363] New: No logging of SSH activities under Solaris BSM
http://bugzilla.mindrot.org/show_bug.cgi?id=363
Summary: No logging of SSH activities under Solaris BSM
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org