[1897] in linux-security and linux-alert archive
[linux-security] Re: SSH w/ttysnoop
daemon@ATHENA.MIT.EDU (a mole)
Fri Jun 19 01:08:36 1998
Date: Wed, 17 Jun 1998 22:52:49 +1000 (EST)
From: a mole <mole@pasdex.com.au>
To: Joao Pedro Baptista Goncalves <joaop@africa.iscsp.utl.pt>
cc: linux-security@redhat.com
In-Reply-To: <Pine.LNX.3.95.980617121647.25300B-100000@africa.iscsp.utl.pt>
Resent-From: linux-security@redhat.com
Resent-Reply-To: linux-security@redhat.com
On Wed, 17 Jun 1998, Joao Pedro Baptista Goncalves wrote:
> On Sun, 14 Jun 1998, a mole wrote:
> > This means recompiling sshd. Proceed as per ussual but instead of just
> > ./configure you need to do...
> > ./configure --use-login=/bin/ttysnoops
> I do not know to what version of ssh are you referring to, but
> 1.2.25 (latest) does not recognize --use-login configure option.
you're right... my applogies... I shoudl have checked the option instead
of doing it from memmory... the correct option is --with-login ...
from ./configure --help ...
--with-login[=PATH] Use login -f to finish login connections.
> I've scanned through the code and have not realized where could i manually
> change that, as it seems sshd treats itself the login sequence.
it should be academic now we've got the genuine option... but it's in
config.h ...
/* Define if you want the login patches. */
#define USELOGIN 1
#define PATH_LOGIN "/bin/login-"
Anwyay.. sorry again about the confusion.. I hope this helps some. :)
M.
--
----------------------------------------------------------------------
Please refer to the information about this list as well as general
information about Linux security at http://www.aoy.com/Linux/Security.
----------------------------------------------------------------------
To unsubscribe:
mail -s unsubscribe linux-security-request@redhat.com < /dev/null