Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
Subject: application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
Subject: X Windows problem (xauth)
Subject: Upgrading openoffice 1 1 rpm
Subject: FTP: connection refused
Subject: FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
Subject: broadcom network interface
make mrproper
Couldn 't open PID file /var/run/named/named pid Permission denied
sendmail configuration on redhat
kernel 2 6 and /dev/sound/mixer not found
Subject: Promise 378 controller
Subject: Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
Subject: Lotus Notes under Wine
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
/etc/security/limits conf question
Intel E/1000 driver
rpm database corrupt
Command stream end of file while reading
qla2300 modules
 
Seawolf-list digest, Vol 1 #1744 - 3 msgs

Seawolf-list digest, Vol 1 #1744 - 3 msgs

2003-07-04       - By Jason Dale

 Back
Reply:     1     2  

Thanks, Jim.

I'm not in the US, and it's going to be quite a long while
before we have a holiday .... and no prizes for guessing
what I'll be doing while some individuals on
this list are going to be drinking beers and munching
hotdogs ;)

B.T.W. I forgot to mention the /etc/securetty file.
I wonder if that's what is causing it? This file
looks like it is used to restrict root logins, but I
am not sure how it's logic works, or whether I need to
send a SIGHUP to some bloomin' daemon after editing
it. The file contains a list terminal devices, so probably
these are the terminals it (accepts?) root logins from.

Interestingly, the /etc/securetty file on my
RH 7.1 server contains tty1 thru to 8, but I can
still use PuTTY to access it remotely. As per usual, this
server was set up by someone else, and it's
our (my) job to administer it.

Jason


-- -- Original Message -- --
From: <seawolf-list-request@(protected)>
To: <seawolf-list@(protected)>
Sent: Thursday, July 03, 2003 6:00 PM
Subject: Seawolf-list digest, Vol 1 #1744 - 3 msgs


> Send Seawolf-list mailing list submissions to
> seawolf-list@(protected)
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://www.redhat.com/mailman/listinfo/seawolf-list
> or, via email, send a message with subject or body 'help' to
> seawolf-list-request@(protected)
>
> You can reach the person managing the list at
> seawolf-list-admin@(protected)
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Seawolf-list digest..."
>
>
> Today's Topics:
>
>    1. RE:remote ssh denied (James P. Roberts)
>    2. dhcp (pump) (David J. R. Brook)
>    3. Re:dhcp (pump) (Steven W. Orr)
>
> --__--__--
>
> Message: 1
> From: "James P. Roberts" <punster@(protected)>
> To: <seawolf-list@(protected)>
> Subject: RE:remote ssh denied
> Date: Wed, 2 Jul 2003 18:18:33 -0400
> Organization: Punster Productions, Inc.
> Reply-To: seawolf-list@(protected)
>
> > Hi,
> >
> > I have a Windows program that I use (Called
> > 'puTTY' to SSH from a Windows workstation
> > to a Linux server. This program works with all
> > of the Red Hat Linux and UnixWare 7 servers
> > that I have here at the office, and works with
> > my client's machines as well, saving for one
> > particular Red Hat 7 server.
> >
> > I tried loading the PuTTY program on a Windows
> > workstation on the same LAN IP Block as the Linux
> > server itself. There is Samba on this machine, and the
> > Windows work station is able to connect to it fine.
> >
> > However, when I try to SSH to the Linux server
> > using root and the correct password, I get the
> > message 'Access Denied', even when I can SSH in to
> > this Linux server from another Linux server which is
> > also on the same LAN !!
> >
> > Also, when I am logged onto this troublesome machine,
> > I can SSH to the Linux server at my office accross the
> > WAN, but I cannot SSH back from that location to the
> > offending Linux machine. In otherwords, the command-line
> > SSH only works in one direction. I could not find
> > anything in /etc/hosts.deny that could cause this.
> >
> > Does anyone know what can be causing this?
> >
> > Thanks !
> >
> > Jason
> >
>
> I can think of two possibilities.  One is a firewall rule.  The other is
an
> ssh setting, something along the lines of denying access to root, even
with a
> correct password.  I forget the exact syntax, but IIRC it is
self-explanatory
> when you see it.  Try grepping the ssh config file(s) for "root".
>
> Step one:  Try logging in as someone other than root.  If it works, then
check
> the ssh config, as above.  (Heck, check it anyway).
>
> Step two:  Review your firewall logs to see if anything is getting blocked
> to/from either machine during an attempt.  If your firewall is not
logging,
> you may be able to figure it out with the -L -n flags on the firewall
command.
> (I know it works with iptables, not sure about ipchains).  What I
sometimes do
> is:
>
> iptables -L -v -n >x.1
> [do whatever I am testing, then]
> iptables -L -v -n >x.2
> diff x.1 x.2
>
> Just be aware that anything else that comes along during the testing will
show
> up, too.
>
> Step three:  Relax, have a beer and a hot dog, watch some fireworks, and
> tackle it after the Holiday?  (just kidding...  I don't even know if you
are
> in the U.S.)   ;)
>
> Happy Fourth of July to you all, anyway.
>
> Regards,
> Jim
>
>
>
> --__--__--
>
> Message: 2
> From: "David J. R. Brook" <brookd@(protected)>
> Subject: dhcp (pump)
> To: seawolf-list@(protected)
> Date: Thu, 03 Jul 2003 08:01:48 -0400
> Reply-To: seawolf-list@(protected)
>
> I have an old pentium box running 7.1 that acts as a
> firewall between my cable modem and home computers.
> The external ip address is configured via dhcp using pump.
> Problem is that the computer fails to renew the lease on the
> ip address on a regular basis. If I log on to the computer
> and type 'pump' it (somtimes) renews the lease, but it
> doesn't seem to do it automatically. I called the ISP
> (Comcast) to ask if there were any problems on their end -
> they said my network card (an old ne2000) was crapping out.
> Not sure if i believe it. Any ideas?
>
> Dave
>
>
>
> David Brook
> Assoc. Professor, Department of Chemistry and Biochemistry
> University of Detroit Mercy
> ph: (313) 993-2495
> fax: (313) 993-1144
>
>
>
> --__--__--
>
> Message: 3
> Date: Thu, 3 Jul 2003 10:09:54 -0400 (EDT)
> From: "Steven W. Orr" <steveo@(protected)>
> To: "David J. R. Brook" <brookd@(protected)>
> cc: seawolf-list@(protected)
> Subject: Re: dhcp (pump)
> Organization: SysLang Inc.
> Reply-To: seawolf-list@(protected)
>
> On Thursday, Jul 3rd 2003 at 08:01 -0400, quoth David J. R. Brook:
>
> =>I have an old pentium box running 7.1 that acts as a
> =>firewall between my cable modem and home computers.
> =>The external ip address is configured via dhcp using pump.
> =>Problem is that the computer fails to renew the lease on the
> =>ip address on a regular basis. If I log on to the computer
> =>and type 'pump' it (somtimes) renews the lease, but it
> =>doesn't seem to do it automatically. I called the ISP
> =>(Comcast) to ask if there were any problems on their end -
> =>they said my network card (an old ne2000) was crapping out.
> =>Not sure if i believe it. Any ideas?
>
> Do not use pump. It's broken. Use dhcpcd.
>
> The problem is that when a lease is expired pump aborts. Dhcpcd will ask
> for a new lease.
>
> --
> -Time flies like the wind. Fruit flies like a banana. Stranger things
have -
> -happened but none stranger than this. Does your driver's license say
Organ
> -Donor?Black holes are where God divided by zero. Listen to me! We are
all-
> -individuals! What if this weren't a hypothetical question?
> steveo at syslang.net
>
>
>
>
> --__--__--
>
> __ ____ ____ ____ ____ ____ ____ ____ ____ ____
> Seawolf-list mailing list
> Seawolf-list@(protected)
> https://www.redhat.com/mailman/listinfo/seawolf-list
>
>
> End of Seawolf-list Digest