Displaying 20 results from an estimated 68 matches for "4.1p1".
Did you mean:
4.1.1
2005 Jul 26
1
Linux in-kernel keys support
Hi all,
I recently made a patch to openssh 4.1p1 to allow it to use the
in-kernel key management provided by 2.6.12 or later Linux kernels.
I've attached the patch (which is still only a proof-of-concept, for
instance its very verbose right now) to this mail.
Now, my question is, is this a completely insane idea and would (a later
version of) the patch have a chance of making it into the
2005 May 26
2
openssh-4.1p1.tar.gz.asc has bad signature?
Hi,
#tcsh#machine# gpg --verify openssh-4.1p1.tar.gz.asc openssh-4.1p1.tar.gz
gpg: Signature made Wed May 25 08:26:24 2005 EDT using DSA key ID 86FF9C48
gpg: BAD signature from "Damien Miller (Personal Key) <djm at mindrot.org>"
I made sure that I had the same key loaded that the signature was
made with, but that didn't change the error.
Thanks,
Matt
--
Matthew Goebel :
2006 Sep 12
3
Weird TZ Behavior in 4.1p1 and 4.3p2 on AIX
Hi,
I am using PAM authentication on 3.8p1. In my PAM auth module I can
turn on debug logging that includes a timestamp in the form "mm/dd/yy
hh:mm:ss". Life is good.
I want to upgrade from 3.8p1 so I can use PAM for PasswordAuthentication
in addition to keyboard-interactive. I have compiled both 4.1p1 and
4.3p2 and the PAM authentication for both methods works fine in both
2005 Jun 10
1
4.1p1 on AIX5200-05
sshd disconnects
openssh-4.1p1
on IBM p690 AIX 5200-05
using:
openssl-0.9.7g
zlib-1.2.2
openssh-4.1p1
CC="gcc -O0 -maix64" ./configure #- 64-Bit !!!
Compiles ok. ssh works fine.
sshd starts, accepts password, user authenticated
and then disconnects.
Debug log of both sshd and trying-to-connect client
(3.9p1-3.2 on Linux) are enclosed.
For test purposes por 3333
2005 Aug 09
1
(4.1p1) Building failure with libedit on FreeBSD 4.x-RELEASE
Hi,
I've noticed that building 4.1p1 fails on FreeBSD 4.x if the
libedit support is enabled by the "--with-libedit" configure
option.
I tried to build OpenSSH-4.1p1 under the following environment:
CPU: i386 family
OS: FreeBSD 4.11-RELEASE
Compiler: gcc-2.95.4 (/usr/bin/gcc)
----
libedit: (located at /usr/lib/)
Building fails with the following messages:
----------
gcc
2005 Jul 10
1
openssh-4.1p1 on OSX 10.4.1 w/ openssl-0.9.8 NOT FINDING -lcrypto
hi all,
building on OSX 10.4.1, with a prereq of:
% which openssl
/usr/local/ssl/bin/openssl
% openssl version
OpenSSL 0.9.8 05 Jul 2005
building either openssh-4.0p1 or openssh-4.1p1 on OSX 10.4.1, w/:
./configure --with-ssl-dir=/usr/local/ssl
configure fails w/:
...
checking whether getpgrp requires zero arguments... yes
checking OpenSSL header version... not found
configure: error:
2005 Jun 01
0
openssh-4.1p1 SFTP client directory listing sorting bug
Hello openssh developers--
The SFTP client has a bug that appears to have been in since
openssh-3.5p1 and onwards, when "ls" flags were introduced. The
symptom is that "ls -1" does not sort the directory entries. The
problem is that the call to qsort() is supplies a value of zero for
the number of elements in the array.
I've attached a patch that works for me (and should
2005 Jul 20
1
AIX 5.1 /etc/security/failedlogin entry with OpenSSH 4.1p1
Hello
Ive downloaded OpenSSH 4.1p1 from the portable openssh web pages...
Compiled it up for an AIX 5.1 host (with latest IBM maintenance patches
applied)
using defaults in all cases.
When doing a successful SSH authentication it places an entry into
/etc/security/failedlogin
as well as /var/adm/wtmp
Ive also tried adding "UseLogin yes" to the sshd_config
PAM ISNT configured (infact
2005 Jun 12
2
%h,%p,%u expansion for ControlPath
This allows me to set 'ControlPath ~/.ssh/sockets/%h.%p.%u' for example.
Have I missed a good reason why ssh_connect finds the default port
number for itself instead of just having it in options.port (like we do
for the the default in options.user)?
--- openssh-4.1p1/ssh.c~ 2005-06-12 09:47:18.000000000 +0100
+++ openssh-4.1p1/ssh.c 2005-06-12 09:40:53.000000000 +0100
@@ -604,6 +604,17
2005 May 26
4
OpenSSH 4.1 released
OpenSSH 4.1 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
We would like to thank the OpenSSH community for their continued
support to the project, especially those who contributed source and
bought T-shirts or
2005 Sep 07
4
[Bug 1080] 4.1p1 to 4.2p1 broke UsePrivilegeSeparation on HPUX
http://bugzilla.mindrot.org/show_bug.cgi?id=1080
Summary: 4.1p1 to 4.2p1 broke UsePrivilegeSeparation on HPUX
Product: Portable OpenSSH
Version: 4.2p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: security
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
2005 Jul 10
0
[RESOLVED, in 'findssl.sh'] Re: openssh-4.1p1 on OSX 10.4.1 w/ openssl-0.9.8 NOT FINDING -lcrypto
hi all,
> configure fails w/:
>
> ...
> checking whether getpgrp requires zero arguments... yes
> checking OpenSSL header version... not found
> configure: error: OpenSSL version header not found.
i first suspected the 'culprit' to be the following stanza in
"contrib/findssl.sh":
...
echo Searching for OpenSSL header files.
if [ -x "`which
2005 Jun 02
5
[Bug 1051] error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
http://bugzilla.mindrot.org/show_bug.cgi?id=1051
Summary: error: Bind to port 22 on 0.0.0.0 failed: Address
already in use.
Product: Portable OpenSSH
Version: 4.1p1
Platform: ix86
URL: http://www.tietoenator.de
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P4
2005 Jun 01
1
x11 forwarding problem
I login from system using Openssh 4.0p1 or 4.1p1 to
systems running Openssh before 3.9p1 or 3.7p1.
It appears the X11 stuff are either blocked or not
recognised. I get errors like
"xterm Xt error: Can't open display: <host>:10.0" or
"X11 connection rejected because of wrong
authentication.
X connection to localhost:10.0 broken....."
depending on whether I use
2005 Nov 09
2
Solaris 8 password inactivity with openssh
All,
We have recently updated our password aging to include setting inactivity days. We are running ossh 4.1p1 in a Solaris 8 environment. It appears that ossh isn't picking up on inactivity. Accounts that have been inactive still prompt to change passwords - if you telnet the same servers you get kicked out immediately. On the Solaris 9 servers running SUN's ssh the inactive accounts are
2005 Jul 08
1
[Bug 1062] error: parse error before "volatile"
http://bugzilla.mindrot.org/show_bug.cgi?id=1062
Summary: error: parse error before "volatile"
Product: Portable OpenSSH
Version: 4.1p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: bitbucket at mindrot.org
2005 Jun 03
8
[Bug 1052] Static Compile of 4.1.pl1 fails on Solaris 9
http://bugzilla.mindrot.org/show_bug.cgi?id=1052
Summary: Static Compile of 4.1.pl1 fails on Solaris 9
Product: Portable OpenSSH
Version: 4.1p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: bitbucket at mindrot.org
2005 May 26
14
[Bug 1046] AIX 5.3 Garbage on Login
http://bugzilla.mindrot.org/show_bug.cgi?id=1046
Summary: AIX 5.3 Garbage on Login
Product: Portable OpenSSH
Version: 4.0p1
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: rajsingh at hotmail.com
2005 Aug 03
10
[Bug 1065] password expiration and SSH keys don't go well together
http://bugzilla.mindrot.org/show_bug.cgi?id=1065
Summary: password expiration and SSH keys don't go well together
Product: Portable OpenSSH
Version: 4.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
AssignedTo: bitbucket at mindrot.org
2005 Jun 12
2
Building Stand-Alone NT Installer. Need Advice on File Structure. Thank you!
--
Hello Everyone,
I am trying to build a stand-alone installation application of
OpenSSH 4.1p1-1. The target of this project is the NT platform
(NT/00/XP/03). I've met with success and am happy so far with the
progress. I cross-checked all executables and DLL's for dependencies.
All executables and DLL's should truly stand-alone (dependent on
nothing outside the enclosed tree).