Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Nov 24 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Nov 24

maybe you could try putting this in your "/etc/xinetd.d/telnet" file
# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
}
---
make sure "flags = REUSE"
and "wait = no"
hope that helps.

Share: 

 
 
Didn't find what you were looking for? Find more on Telnet for only one user at a time Or get search suggestion and latest updates.


Tagged: