Find the answer to your Linux question:
Results 1 to 2 of 2
i have installed linux advance server.when i will try to activate telnet service it will not shown in the list of services. I want to install telnet service in my ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    1

    how to installed any missed service in linux advance server

    i have installed linux advance server.when i will try to activate telnet service it will not shown in the list of services.
    I want to install telnet service in my database server immediately.

    kindly give me help urgently.

    akm

  2. #2
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,393
    You should be able to install it with 'yum install telnet-server'. Telnet uses xinetd, so it wont appear in your regular list of services, but on the next tab if you're using system-config-services.

    If you're not using that tool, or cannot see an option to change inet service preferences, then you can edit the file /etc/xinetd.d/telnet directly and change the line that reads 'disable=yes' to 'disable=no'.

    You'll need to restart xinetd if you make config changes, do this with 'service xinetd restart'.

    If this server faces the internet directly, may I suggest you don't use telnet. It is a huge security risk. If you want login access, then it is preferable to use SSH with key-based login.
    Linux user #126863 - see http://linuxcounter.net/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...