Displaying 15 results from an estimated 15 matches for "sunssh".
2004 Jan 16
0
FYI Incompatibilities between recent versions of OpenSSH and Sun SSH
...m will exist as it is based
on the fact that Sun is using 2.5.1 code.
Here is a little matrix:
Disconnect Problem Client Server
------------------------------ ----------
----------------
No Putty
OpenSSH 3.5
No Putty
SunSSH 1.0
No SecureCRT OpenSSH
3.5
No SecureCRT SunSSH
1.0
No OpenSSH 3.5 OpenSSH 3.5
No OpenSSH 3.5 SunSSH 1.0
No SunSSH 1.0 SunSSH 1.0
Yes SunSSH 1.0 OpenSSH 3.5
Looks like Sun doesn't underst...
2007 Jan 18
3
proposal: new DisableBanner client side option
hi all, we had quite a few requests recently so that SunSSH allowed
to hush a banner on client side when in command-mode only. The argument
usually is that the banner is mandatory due to legal reasons so first time
login users should see it but that it causes problems when ssh is used from
scripts after that. '-q' often seems not an option. RFC...
2005 Apr 06
0
[Bug 813] Scp to s Solaris 9 box gives "exit status 1" although file is delivered.
http://bugzilla.mindrot.org/show_bug.cgi?id=813
------- Additional Comments From alex at milivojevic.org 2005-04-07 04:50 -------
I was doing some testing, and the strange thing is that SunSSH server gives
wrong exit status only when using newer versions of openssh on the client side.
For example,
Red Hat 7.3 as client (openssh 3.1) is OK
Fedora Core / RHEL4 as client (openssh 3.9) gives error
Fedora devel as client (openssh 4.0) gives error
Unlike Darren's results, the results I...
2002 Jul 19
0
[Bug 362] New: Loss of change password functionality
...until privsep was added by OpenSSH to overcome a security
vunerability issue. The privsep architecture which has been designed is
not compatible with PAM, and is outside the scope of how PAM is normally
used. ie: It breaks the PAM standard.
An alternative is to upgrade to Solaris 9 which ships with SunSSH (a
product based on OpenSSH which does not have privsep and by default is
not vunerable to the security exploit which privsep resolves). Also, for
your reference if there is any feature in OpenSSH 3.3 or newer which
does not exist in SunSSH you can log a request for enhancement for the
new feature...
2013 Jul 30
1
Bug #866
It's great to see this fixed. It's too bad that:
a) I didn't have the sense of humor in 2004 to propose KnownUnknowns,
and even UnknownUnknowns (a boolean, natch);
b) you used a different parameter name than SunSSH (which uses IgnoreIfUnknown).
It may not be too late to do something about either of those... I
think the Oracle folks will have no problem adding IgnoreUnknown as an
alias of IgnoreIfUnknown, so (b) is not a problem. And humor or lack
thereof is not a problem either. So there may be nothing to...
2004 Mar 17
11
[Bug 813] Scp to s Solaris 9 box gives "exit status 1" although file is delivered.
http://bugzilla.mindrot.org/show_bug.cgi?id=813
Summary: Scp to s Solaris 9 box gives "exit status 1" although
file is delivered.
Product: Portable OpenSSH
Version: 3.8p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: scp
2004 Aug 28
2
[Bug 921] Add operating system to OpenSSH version string
...n at yahoo.com
It would be very nice if the sshd version string included an operating system
identifier. Many other SSH servers do include this info. For example,
SSH.com's server version string is "SSH-2.0-4.1.3.2 SSH Secure Shell Windows
NT Server" for windows. Also, Solaris SunSSH identifies itself as "SSH-2.0-
Sun_SSH_1.0". In fact, even OpenSSH identifies OpenBSD as the operating
system when the "p" for portable is missing from the string.
I use the scanssh tool frequently to check which SSH systems are on the
network. When the SSH server is Open...
2015 Nov 13
2
[PATCH] Drop fine-grained privileges on Illumos/Solaris
Hi,
I'm not sure how interested anybody here is in this, but I've been
working lately on getting rid of the horror that is SunSSH for some
distros of Illumos (mostly SmartOS). One of the patches we're carrying
around at the moment is one that simply drops fine-grained privileges in
sshd, ssh-agent and sftp-server. Since the privilege dropping here is
roughly equivalent to a more verbose, coarser version of a tame() call,...
2006 Jul 10
1
OpenSSH 4.3p2 on Solaris 10 and PAM
Hi,
We have a Solaris 10 system that authanticates users against an LDAP
server with password management.
On port 22 runs Sun SSH 1.1. On port 2222 runs OpenSSH 4.3p2. OpenSSH
uses a configuration from a Linux system where login with password or
public key works.
Adittionally we have a customized PAM module that grants/revokes access
based upon an attribute setting in LDAP.
The PAM
2004 Aug 29
0
[Bug 905] scp exit status is -1 instead of 0
...--
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dtucker at zip.com.au 2004-08-29 21:31 -------
>From the debug:
debug1: match: Sun_SSH_1.0 pat Sun_SSH_1.0*
I believe this is a problem in SunSSH not OpenSSH. See the analysis in bug #813.
BTW please don't paste long debug traces into the text field, use attachments,
that's what they're for.
*** This bug has been marked as a duplicate of 813 ***
------- You are receiving this mail because: -------
You are the assignee for t...
2004 Mar 30
2
All SSH Version
Hello :-)
all ssh Version we are use have the same Problem:
when we start a deamon process, the windows hang on exit.
OS Solaris 6 and 8
Solaris 9 and 10 come with a SUN emplentation of your openssh, the shell
dosent hang on exit....
The Workarounds in the Web dosent fix the Problem...
Frank
--
kind regards / Mit freundlichen Gr??en
Frank Beckmann
Infrastructure Service Management
2006 Oct 31
2
SSH 1.0.1 and 1.1 have different prompt.
Hi,
Just feel curiously.
I am using sun SSH 1.0.1 and 1.1 on different machines,
and get different password promts as follows.
------------------------------------
root> ssh -V
SSH Version Sun_SSH_1.0.1, protocol versions 1.5/2.0.
root>ssh 10.193.106.90
root at 10.193.106.90's Password:
------------------------------------
root> ssh -V
Sun_SSH_1.1, SSH protocols 1.5/2.0, OpenSSL
2004 May 07
11
[Bug 866] ssh(1) is too picky about unknown options in ~/.ssh/config
http://bugzilla.mindrot.org/show_bug.cgi?id=866
Summary: ssh(1) is too picky about unknown options in
~/.ssh/config
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at
2014 Dec 04
3
Adding Solaris Audit to sshd (and sftp-server)
...xpected to be contributed upstream.
My current prototype adds configuration --with-audit=solaris,
which defines USE_SOLARIS_AUDIT and adds an audit-solaris.c file.
The plan is for similar style changes to add auditing to
sftp-server as well as extend to my current prototype to have
parity with the SunSSH implementation.
Does such configuration seem acceptable?
The Solaris openssh team hasn't been using autoconf, and has
been changing configure, config.h.in, Makefile.in by patches.
For illustrative purposes I've updated configure.ac. I also have
suggested wording for ChangeLog, INSTALL, R...
2005 Apr 03
15
OpenSSH 4.1: call for testing.
Hi All.
OpenSSH 4.1 will be released in the next couple of weeks and we invite
interested parties to test a snapshot.
The changes since 4.0 are mostly bugfixes, for a detailed list see
http://bugzilla.mindrot.org/show_bug.cgi?id=994
Running the regression tests supplied with Portable does not require
installation and is a simply:
$ ./configure && make tests
Testing on suitable