Networking Forums

Networking Forums > Computer Networking > Linux Networking > Telnet problems

Reply
Thread Tools Display Modes

Telnet problems

 
 
tom
Guest
Posts: n/a

 
      11-05-2003, 08:23 PM
OK I have the two linux computers networked to some
extent.

When I telnet from one computer to the other I get
the log in screen but I cant login. Telnet insists my
password is no good. What is going on here?


 
Reply With Quote
 
 
 
 
Joe Dunning
Guest
Posts: n/a

 
      11-05-2003, 08:37 PM
On Wed, 05 Nov 2003 21:23:05 GMT, tom <(E-Mail Removed)> wrote:
>OK I have the two linux computers networked to some
>extent.
>
>When I telnet from one computer to the other I get
>the log in screen but I cant login. Telnet insists my
>password is no good. What is going on here?


I don't think that you mentioned what distro you are running, but
possibly, xinetd is configured to only allow telnet connections from
localhost. This can result in password error messages, even if the
password is correct. Look in the directory: /etc/xinetd.d and you will
see a file called "telnetd" (or something similar). The format is pretty
obvious. You will have to reload xinetd after making the changes.


 
Reply With Quote
 
Grant Edwards
Guest
Posts: n/a

 
      11-05-2003, 08:50 PM
In article <ZSdqb.13187$(E-Mail Removed) m>, tom wrote:

> When I telnet from one computer to the other I get
> the log in screen but I cant login. Telnet insists my
> password is no good. What is going on here?


Are you trying to log in as root? Most distros won't allow root to log in
via telnet. Somewhere there's a list of "secure" ttys that determine from
where root can log in, and usually only local VCs are listed. If that's the
issue, then just log in as a normal user, then "su".

--
Grant Edwards grante Yow! Where's th' DAFFY
at DUCK EXHIBIT??
visi.com
 
Reply With Quote
 
Bit Twister
Guest
Posts: n/a

 
      11-05-2003, 10:00 PM
On Wed, 05 Nov 2003 21:23:05 GMT, tom wrote:
> OK I have the two linux computers networked to some
> extent.
>
> When I telnet from one computer to the other I get
> the log in screen but I cant login. Telnet insists my
> password is no good. What is going on here?



Today's Tip of the Day, very large
Frequently Asked Questions (faq) Search engine:

http://groups.google.com/advanced_group_search
key word(s) in the first box
*linux* in the Newsgroup, pick English

 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      11-05-2003, 10:44 PM
"Joe Dunning" <(E-Mail Removed)> wrote in message
news4eqb.113912$Fm2.101229@attbi_s04

> I don't think that you mentioned what distro you are running, but
> possibly, xinetd is configured to only allow telnet connections from
> localhost. This can result in password error messages, even if the
> password is correct.


If they are getting a login and password prompt, they are already connected.


--
use hotmail com for any email replies



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
Dmitry Frantskevich
Guest
Posts: n/a

 
      11-06-2003, 08:21 AM
Are you connect by 'root'?
See /etc/pam

tom wrote:

> OK I have the two linux computers networked to some
> extent.
>
> When I telnet from one computer to the other I get
> the log in screen but I cant login. Telnet insists my
> password is no good. What is going on here?


--
Dmitry Frantskevich
F.D.V.

 
Reply With Quote
 
Bill Marcum
Guest
Posts: n/a

 
      11-06-2003, 12:42 PM
On Wed, 05 Nov 2003 21:23:05 GMT, tom
<(E-Mail Removed)> wrote:
> OK I have the two linux computers networked to some
> extent.
>
> When I telnet from one computer to the other I get
> the log in screen but I cant login. Telnet insists my
> password is no good. What is going on here?
>

If you are trying to login as root, perhaps that is not allowed by
/etc/securetty.


--
You can go anywhere you want if you look serious and carry a clipboard.
 
Reply With Quote
 
tom
Guest
Posts: n/a

 
      11-06-2003, 06:53 PM

"Grant Edwards" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In article <ZSdqb.13187$(E-Mail Removed) m>, tom

wrote:
>
> > When I telnet from one computer to the other I get
> > the log in screen but I cant login. Telnet insists my
> > password is no good. What is going on here?

>
> Are you trying to log in as root? Most distros won't allow root to log in
> via telnet. Somewhere there's a list of "secure" ttys that determine from
> where root can log in, and usually only local VCs are listed. If that's

the
> issue, then just log in as a normal user, then "su".
>
> --
> Grant Edwards grante Yow! Where's th' DAFFY
> at DUCK EXHIBIT??
> visi.com


Thanks that was the problem. But what is the purpose
behind not allowing one to login as root via telnet?


 
Reply With Quote
 
Grant Edwards
Guest
Posts: n/a

 
      11-06-2003, 07:01 PM
In article <jFxqb.13618$(E-Mail Removed) m>, tom wrote:

>> > When I telnet from one computer to the other I get
>> > the log in screen but I cant login. Telnet insists my
>> > password is no good. What is going on here?

>>
>> Are you trying to log in as root? Most distros won't allow root to log in
>> via telnet. Somewhere there's a list of "secure" ttys that determine from
>> where root can log in, and usually only local VCs are listed. If that's
>> the issue, then just log in as a normal user, then "su".


> Thanks that was the problem. But what is the purpose
> behind not allowing one to login as root via telnet?


Security. If root is only allowed to log in locally, then somebody has to
gain physical access to do nasty things. Unless the also have a normal
username and password -- in which case it's sort of moot (though it might be
easier to trace them later if you require a normal login and an su).

These days, if you're concerned about security, you should probably be using
ssh anyways.

--
Grant Edwards grante Yow! Where's th' DAFFY
at DUCK EXHIBIT??
visi.com
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Enable root access to telnet with krb5-telnet Phoe6 Linux Networking 2 06-08-2007 11:00 AM
ssh to telnet shawn modersohn Linux Networking 2 11-15-2005 08:15 AM
Telnet DJ Craig Linux Networking 5 02-19-2005 01:48 PM
Telnet to 515 Problems =?Utf-8?B?RE1J?= Windows Networking 0 11-16-2004 05:44 PM
telnet gregg Windows Networking 1 11-04-2003 02:43 PM



1 2 3 4 5 6 7 8 9 10 11