Displaying 2 results from an estimated 2 matches for "murple".
Did you mean:
purple
2003 Mar 21
6
[Bug 515] BindAddress and -b not working
...working
Product: Portable OpenSSH
Version: 3.4p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: murple at murple.net
I'm trying to install the OpenSSH3.4p1 on an UltraSparc running SunOS 5.6. The
program compiled and runs fine with one problem... The system has two IP
addresses, one on a secure network and one facing the outside world. I need to
have the ssh client use one of these addresses f...
2003 Oct 21
2
Fwd: Re: Bus Error with OpenSSH 3.7.1p2 on Solaris 8, SPARC 64-bit
The story of this problem, AFAIK, is that Solaris 8 YASSP and JASS and vigilant/paranoid sysadmins have been known to set a restricitve umask in /etc/default/login. OpenSSH compatibility for Solaris 8 has been spotty at times for sparcv9 targets. This time, when a sparcv9 binary tries to sscanf(3C) the numeric umask as a long octal and put it in a mode_t, SIGBUS happens.
What this looks like in