Displaying 20 results from an estimated 20000 matches similar to: "openssh-2.5.1p1 on AIX"
2001 May 17
5
AIX SSH 2.x ssh and /etc/ftpusers rcp rlogin WRONG !
IF ssh is a replacement for rlogin,rsh etc I can accept it respecting
rlogin=false as rlogin does and rsh does not, however scp is a replacement
for rcp, and rcp does NOT use rlogin attribute, so the implementation is
NOT standard as scp fails if rlogin=false, but rcp succeeds, as documented.
thanks
mark
2000 Jan 18
4
AIX- 'Host not found' in getaddrinfo("0.0.0.0", "22" , ...)
Hello,
while openssh-1.2.1pre25 ran out-of-the box, in openssh-1.2.1pre27 the
sshd fails to start with: "Host not found" returned...
(gcc 2.9.5.2 under AIX 4.3.2 ML 2)
Incompatibility of AIX-getaddrinfo ????
Since I'm not familiar with getaddrinfo, I've got no idea what goes wrong
??? Does the code below work on other architectures?
Demo-Code built with values taken from a
2001 Feb 21
1
further problems with OpenSSH 2.5.1p1 on RH 6.2
I'm finding another problem with OpenSSH 2.5.1p1 on RH 6.2 (at least,
I think it's the linux box that is the problem).
I'm ssh'ing to a RH 6.2 box from a Solaris 7 server (scp also... seems
like the same problem).
I'm using authorized_keys and identity.pub files to do it automagically,
and all works well when it's from user to user, where the username is the
same, but if
2001 Sep 14
2
Scads of defunct processes ins AIX 4.3.3
I hope someone can help. I've installed 2.9p2 on a number of AIX boxes and
it works great.
The problem is that a HUGE >700 number of defunct processes get generated
by sshd. Did I do
something wrong ? Any suggestions ?
Please email chuck at fiu.edu as I don't subscribe to the list.
TIA,
Chuck
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2001 Mar 02
2
Security problem depending on your point of view with OpenSSH 2.5.1p1 related to Password authentication.
I compiled 2.5.1p1 on solaris and linux with PAM support and produced the same problem.
If I set sshd_config to not allow password authentication( PasswordAuthentication no ) and restart sshd.
I then ssh in with password authentication in ssh protocol version 2.
$ ssh -v -2 jenn at billsnet.com
OpenSSH_2.5.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090600f
debug: Reading configuration data
2001 Feb 22
1
Problem with OpenSSH 2.3.0p1/2.5.1p1 and AIX
We have come across a problem with OpenSSH 2.3.0p1 (and still in
2.5.1p1) which affect authentication on an AIX 4.3 system.
The code in auth-passwd.c at line 168 reads:
#ifdef WITH_AIXAUTHENTICATE
return (authenticate(pw->pw_name,password,&reenter,&authmsg) == 0);
#endif
however, the AIX manual page for "authenticate" states:
"The authenticate subroutine maintains
2002 Jul 26
3
AIX issues
Hello everyone,
I have been given the task of working out a number of issues with
OpenSSH for my company (Hertz).
I have been following the mailing list for several days now and I'm
beginning to compile a list of who is working on what. To make my task
faster, it would nice if the people working on the following issues
would drop me a email before I start to rewrite their code and get it
2001 Feb 19
1
scp doesn't work with sshd 2.5.1p1 on Solaris 2.6
scp with sshd 2.5.1p1 (scp host:file .) doesn't work for me on
Solaris 2.6. The client says:
Received disconnect from x.x.x.x: Command terminated on signal 11.
truss of sshd excerpt:
629: stat64("/usr/lib/security/pam_unix.so.1", 0xEFFFEB10) = 0
627: sigaction(SIGCLD, 0xEFFFF360, 0xEFFFF3E0) = 0
627: sigaction(SIGPIPE, 0xEFFFF360, 0xEFFFF3E0) = 0
627:
2001 Mar 05
0
AIX 4.3.3 + sshd = bug
Hello,
I believe that there is a bug in OpenSSH that affects its usage on
AIX 4.3.3 - Maintenance Level 3 and higher. This bug was introduced
by a change by IBM in the "/usr/lib/drivers/ptydd" driver, and it
affected IBM's own telnetd daemon (reference
2002 Apr 17
4
openssh-SNAP-20020412 and AIX ...
Folks,
On AIX 4.3.3-08ML with the IBM C Compiler, and ssh configured to use
the prngd-socket "/dev/egd-pool", the make bombs out at:
/usr/bin/cc -g -I. -I. -I/usr/local/include
-DSSHDIR=\"/usr/local/etc\"
-D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"
2002 Aug 07
2
OpenSSH 34p1 for AIX error. Please help
I'm trying to install open-ssh 34p1 on an Aix server, running 4.3.3..
I compiled openssh 0.9.6d and zlib 1.1.4. on the server , and also created
the a bff pancake using the contrib/aix/buildbff.sh script.
I can't start sshd either installing it as a package or without.
When I tried to start sshd I received the following error:
0509-036 Cannot load program /.sshd because of the following
2003 Sep 30
1
OpenSSH 3.7.1p1 installation on AIX 4.3.3 enquiry?
Dear Sir,
I try to install OpenSSH 3.7.1p1 on AIX 4.3.3, but I find the following
problem.
Would you please give some advices for me?
I try to configure the s/w by entering
../configure --prefix=OPENSSH_PATH \
--sysconfdir=OPENSSH_PATH/etc/openssh \
--without-pam \
--without-prngd-socket \
--without-prngd-port \
--with-tcp-wrappers=TCPWRAPPER_PATH \
--with-pid-dir=OPENSSH_PATH/var/run/openssh \
2003 Sep 29
2
OpenSSH 3.7.1p2 AIX loginsuccess() issue
On AIX 4.3.3 and AIX 5.1, the last successful and unsuccessful logins are
no longer printer prior to the motd with either the stock openssh-3.7.1p2
or Darren's openssh-3.7.1p2-pwexp24.patch. In both cases it appears that
the loginsuccess() call (auth-passwd.c stock or auth.c Darren's patch) is
returning -1 and msg is not appended to loginmsg. /etc/security/lastlog
is updated despite
2002 Jan 10
1
OpenSSH 3.0.Xp1, AIX -> Sun trusted host problem
Hi, Folks ...
Apologies in advance for the length of this message, but I wanted to
be thorough, and provide as much info as I could. I'm trying to
figure out a problem in trusted-host authentication using AIX hosts
as clients, and a Sun host as the server; either I'm missing
something real obvious, or there might be a bug somewhere in some
piece of software involved here.
-- All of
2002 Jan 23
1
OpenSSH w/ kth-krb4 on AIX
Hi,
I'm suffering from a memory corruption problem when compiling OpenSSH
3.0.2p1 with kth-krb4 1.1 on AIX 4.3.2 and 4.3.3. The symptom is that
the file name gets zeroed out during ssh key generation, for example
during "make install":
Generating public/private rsa1 key pair.
open failed: No such file or directory.
^ filename normally goes here
When I remove krb4 from the
2002 Mar 14
0
OpenSSH vs AIX 4.3.3 => 5.1 utmp patch
The patch below follows changes in AIX utmp handling made between AIX 4.3.3
and 5.1. With it, utmp entries are properly recorded again.
The patch applies to OpenSSH 3.1p1, and seems to work fine. The co-worker
who sent me the patch hasn't tested backwards compatibility on AIX 4.3.3
systems.
Richard
-------
*** openssh-2.9.9p2/auth-passwd.c.org Tue Jul 3 23:21:15 2001
---
2003 Dec 10
1
problems with openssh 3.7.1p2 on AIX 4.3.3
Hi,
I already sent this mail to the secureshell at securityfocus.com mailing list, but
that seems to be spammed...
I searched the mailinglists and googled for this problem, but had no luck. So I
hope that someone here knows a solution.
I have to change the sshd daemon on two AIX 4.3.3 machines from a ssh.com
version to openssh3.7.1p2. The openssh daemon runs fine and I can log in, but
when I do
2002 Sep 17
0
[Bug 397] New: Openssh build failure AIX 4.3.3
http://bugzilla.mindrot.org/show_bug.cgi?id=397
Summary: Openssh build failure AIX 4.3.3
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2016 Aug 03
2
Configure option '--with-ssh1' breaks openssh-7.3p1
On 08/03/16 03:19, Darren Tucker wrote:
>
> Yes. Debugging something on a system you can't interact with is hard
> enough without having information withheld.
>
I'll run again and add the relevant unedited texts as attachments.
There is nothing in /var/log/secure.
Also a diff between the config.h 's without and with --with-ssh1 is
attached.
I have a centos-6.7 under
2003 Sep 16
5
[Bug 640] Error when trying to run make on openssh-3.7p1 with AIX 4.3.3
http://bugzilla.mindrot.org/show_bug.cgi?id=640
Summary: Error when trying to run make on openssh-3.7p1 with AIX
4.3.3
Product: Portable OpenSSH
Version: -current
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: major
Priority: P2
Component: Build system
AssignedTo: