RE: Login problem with Telnetd

2003-06-25 Thread Jeff MacDonald
Just wondering why you are running telnet, and not ssh ?

Jeff.

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Fehmi
 Sent: Thursday, June 19, 2003 11:47 AM
 To: [EMAIL PROTECTED]
 Subject: Login problem with Telnetd
 
 
 I enabled Telnetd in inetd.conf by removing the #
 from the line
 #telnet stream  tcp nowait  root   
 /usr/libexec/telnetdtelnetd
 
 I tried to loggin,
 i used the root/password in the server machine side
 i put loggin/password but 
 a receive the message [ SRA login failed ]
 i wonder if there is something else to set to enable
 login
 thanks a lot.
 
 
 
 ___
 Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
 Yahoo! Mail : http://fr.mail.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Login problem with Telnetd

2003-06-19 Thread Fehmi
I enabled Telnetd in inetd.conf by removing the #
from the line
#telnet stream  tcp nowait  root   
/usr/libexec/telnetdtelnetd

I tried to loggin,
i used the root/password in the server machine side
i put loggin/password but 
a receive the message [ SRA login failed ]
i wonder if there is something else to set to enable
login
thanks a lot.



___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Login problem with Telnetd

2003-06-19 Thread Peter Elsner
Logging in over telnet with root is unsecure...

Log on as yourself, and then su to root...

Peter

At 05:47 PM 6/19/2003 +0200, you wrote:
I enabled Telnetd in inetd.conf by removing the #
from the line
#telnet stream  tcp nowait  root
/usr/libexec/telnetdtelnetd
I tried to loggin,
i used the root/password in the server machine side
i put loggin/password but
a receive the message [ SRA login failed ]
i wonder if there is something else to set to enable
login
thanks a lot.


___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
--
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
(425) 988-8061 - eFax
I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry
that 10 or 15 years from now, she will come to me and say Daddy, where
were you when they took freedom of the press away from the Internet?
-- Mike Godwin
Unix IS user friendly... It's just selective about who its friends are.
System Administration - It's a dirty job, but somebody said I had to do it.
If you receive something that says 'Send this to everyone you know,
pretend you don't know me.
Standard $500/message proofreading fee applies for UCE.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Login problem with Telnetd

2003-06-19 Thread Kliment Andreev
 i used the root/password in the server machine side
 i put loggin/password but
 a receive the message [ SRA login failed ]

You are not allowed to log as root using telnet or ssh. Log as normal user
then use su. And try not to use telnet. Use ssh instead.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Login problem with Telnetd

2003-06-19 Thread Hasse
Try to connect with an ordinary user-account.
If you need root access, use an account in the wheel-group,
and then su to root after you're connected.
I belive that direct root-login are disabled.
-
Regards
   Hasse
  Webmaster @ Swedehost.com

On Thursday 19 June 2003 17.47, Fehmi wrote:
 I enabled Telnetd in inetd.conf by removing the #
 from the line
 #telnet stream  tcp nowait  root
 /usr/libexec/telnetdtelnetd

 I tried to loggin,
 i used the root/password in the server machine side
 i put loggin/password but
 a receive the message [ SRA login failed ]
 i wonder if there is something else to set to enable
 login
 thanks a lot.



 ___
 Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
 Yahoo! Mail : http://fr.mail.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]