Displaying 20 results from an estimated 60 matches similar to: "PAM authentication"
2003 Dec 30
3
A Head Check
Hello,
I have been retained by a Building Management Company to install a
combined Voice/Data solution for a Tennated Office Space. This space will
rent offices, with telephone and internet service to inviduals or small
groups of individuals. As fate would have it, the service will be
provided in a building where we have a major Pop, with a DS-3 worth of
ISDN PRI circuits, 345 megs of
1999 Nov 27
1
Openssh 1.2pre15: Command terminated on sig. 11
A bug has found its way into Openssh-1.2pre15. It has forced us to downgrade
to pre14.
Our test hosts are connected with regular Ethernet and by an internal VPN.
With that in mind, any given host has two IP addresses. Starting with pre15
we get the fatal error message below every time we connect to the EXTERNAL
ip address (eth0). For some reason, we continue to be able to connect to the
INTERNAL
1999 Dec 06
1
Ugly patch to openssh-1.2pre15
Hi,
I am behind a firewall which does not permit connections to port 22, so I
run my ssh server on port 23. :-) Unfortunately, the stupid firewall
prints a few lines of junk when you make a connection to port 23 before
actually starting the connection. This confuses ssh.
Attached is an (ugly) patch against openssh-1.2pre15 which makes it ignore
a configurable number of lines while looking for
1999 Nov 29
2
openssh-1.2pre15 on AIX
Hi.
Pre15 compiles out-of-the-box on AIX 4.3.2 ...almost.
No patch included this time, but the following were the gotchas:
- The __P() prototyping doesn't work (as discussed earlier)
- bsd-daemon.o wasn't linked into libssh.a (though configure seemed to
detect the need for it)
DCE patch will follow shortly.
Regards,
Tor-?ke
______________________________________________________
Get
1999 Nov 25
2
pre15 & Solaris 7 ... rsa.h problem ...
I don't remember what we did to fix this last time, and I've had to
rebuild my system completely from scratch over the past few days, so dont'
have past patches to work from ...
new-relay:/usr/slocal/src/openssh-1.2pre15> make
gcc -g -O2 -Wall -I/usr/slocal/include -DETCDIR=\"/usr/local/etc/ssh\" -DSSH_PROGRAM=\"/usr/slocal/bin/ssh\" -DHAVE_CONFIG_H -c
1999 Nov 25
0
ANNOUNCE: openssh-1.2pre15
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have just uploaded openssh-1.2pre15 to
http://violet.ibs.com.au/openssh/
Changes:
- Merged big source cleanup from OpenBSD CVS. All the source now
conforms to:
http://www.openbsd.org/cgi-bin/man.cgi?query=style&apropos=0&sektion=9&manpath=OpenBSD+Current&format=html
- Added BSD compatible install program
- More
1999 Dec 01
1
Compile bugs in openssh-1.2pre15 on Solaris (2.6)
Hi,
I didn't know if this was the correct spot to send openSSH bugs/problems
so I thought I'd try...
Anyway, I have encountered the following compile time problems for
openssh-1.2pre15 / Solaris 2.6 / gcc 2.8.1 -
* daemon code (bsd-daemon.[ch]) exists but is not linked in. Also,
header is not included. Same might apply to bsd-login.
* rsa.h needs __P() define to work
1999 Nov 24
1
Release 1.2pre15 coming soon?
Given that we've had several major patches of late, is there any chance
that pre15 could get released within the next couple of days?
Thanks,
David
--
David W. Rankin, Jr. Husband, Father, and UNIX Sysadmin.
Email: drankin at bohemians.lexington.ky.us Address/Phone Number: Ask me.
"It is no great thing to be humble when you are brought low; but to be humble
when you are
1999 Nov 25
0
suse/kde and the new ssh-add/ssh-askpass
Howdy,
It seems that as of 1.2pre15, ssh-add no longer looks for
ssh-askpass in the usual place. (I noticed this both in the source
code, ssh-add.c, and to some degree in the ChangeLog.)
If you're like me and keep ssh-add in your Autostart folder in KDE,
chances are upgrading to 1.2pre15 will result in no longer getting
the nice Gnome widget we've come to know and love when
2000 Apr 15
0
patch in user validation code
I was encountering a strange message about "faked authloop for illegal
user". It turned out the allowed_user function was disallowing passwd
entries with a blank shell field, which is supposed to be equivalent
to "/bin/sh".
This patch is based on OpenSSH 1.2.3, and I have tested it on
Slackware 7.0.
--- sshd.old Wed Apr 12 23:47:04 2000
+++ sshd.c Thu Apr 13 00:35:54 2000
2000 Mar 07
0
ANNOUNCE: openssh-1.2.2p1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This is a patch release which contains fixes to all the problems
which have been reported over the last month.
Most importantly: OpenSSL-0.9.5 has exposed a bug in RSA key
generation on systems which lack a /dev/random (Solaris, HPUX,
SCO). On such systems this port was not properly initialising
OpenSSL's entropy pool. This results in lower
2000 Feb 02
2
problems with openssh-1.2.2 and pam_tacplus.so
Hello,
I have the following problem: I have installed openssh-1.2.2 on FreeBSD
3.4-RELEASE. I intentionally did not took the FreeBSD port because it does
not support PAM. My aim is to make sshd authenticate against a TACACS+
server using the pam_tacplus.so module shipped with FreeBSD. That works
perfectly with this line in my /etc/pam.conf:
login auth sufficient pam_tacplus.so
1999 Nov 25
0
Packet integrity error. (29) - fixed by pre15
I just installed the 1.2pre15 RPMs and, as hinted in the announcement, it
fixed this problem.
Thank you!
_______________________
Ron Bickers
===== ORIGINAL POST =====
I'm using SecureCRT (http://www.vandyke.com/) to connect to OpenSSH (1.2pre14
built from source RPMs) running on RedHat Linux 6.1. When I forward a local
port using SecureCRT to a port on the server and try to connect, I
1999 Nov 29
1
[PATCH] DCE for pre15
As promised, here's the DCE patch for pre15.
(and this time i didn't forget the attachment ;)
It enables ssh to authenticate, set groups and attach network credentials.
It's a clean implementation (i left out the credential-move-hack).
This one adds the --with-dce option to configure
Some notes have rised:
The for loop 3->64 closing fd's... is it really needed? Is it
2000 Jan 16
1
Report on openssh-1.2.1pre26.tar.gz
Dear developers,
I tried to make openssh-1.2.1pre26 on my Linux box with kernel 2.2.13
and libc 5.4.46.
First I needed to modify the file "fake-getaddrinfo.h" as attached
diff. Then I tried again, and gave up with the error:
gcc -g -O2 -Wall -I/usr/local/ssl/include \
-DETCDIR=\"/usr/local/openssh/etc\" \
-DSSH_PROGRAM=\"/usr/local/openssh/bin/ssh\" \
2000 Jul 03
2
2.1.1p2 HP-UX 11 PAM General Commerical Security error
Trying 2.1.1p2 on HP-UX 11 (trusted system) I get:
Jul 3 14:24:53 robinson sshd[1236]: debug: Encryption type: 3des
Jul 3 14:24:53 robinson sshd[1236]: debug: Received session key; encryption turned on.
Jul 3 14:24:53 robinson sshd[1236]: debug: Installing crc compensation attack detector.
Jul 3 14:24:53 robinson sshd[1236]: debug: Starting up PAM with username "stevesk"
Jul 3
1997 Jul 24
0
Security hole in mgetty+sendfax
-----BEGIN PGP SIGNED MESSAGE-----
Hi,
a security hole has been found in the auxiliary fax scripts "faxq" and
"faxrunq" in the mgetty+sendfax package. It has been in there since
the first day those scripts were written.
Due to improper quoting in these shell scripts, it''s possible to execute
code with a foreign user id, and get root access to the machine. The
2006 Aug 01
1
snmp-ups and a Liebert GXT2-3000RT120 Ups
Is this the best place to get into contact with the snmp-ups driver
developers? I am trying to get the snmp-ups driver to work with a
Liebert GXT2 UPS, and it works for knowing when it goes on battery and
such, but when it comes to shutting down the Liebert UPS, it doesn't
work.
Any suggestions or docs that I need to read?
--
Ronald Reed
Manager of Computer Operations
ARM SGP ACRF Site
2007 Apr 09
3
Red Hat Enterprise 3 build
I am working on getting the CentOS 3/Red Hat Enterprise 3 buildbot
going, but I have hit a problem with the latest SVN build.
Running './configure' works without any errors, (but I do note that it
takes a long time on the drivers directory Makefile). Here is a copy of
the configuration summary:
Configuration summary:
enable SSL development code: yes
enable IPv6 support: yes
build CGI
2002 Oct 31
2
Error joining Win2K domain: ads_connect: DSA is unavailable
I'm running 3.0alpha (both current CVS pull and alpha20 from dist) and trying to have my samba server join our already in place Win2K ADS domain. I am able to 'kinit user@DOMAIN' and auth successfully, but upon attempting 'net ads join', I get the following:
# net ads join -Uadministrator
administrator password:
[2002/10/31 05:11:19, 1] libsmb/clikrb5.c:krb5_mk_req2(63)