Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, when connecting via telnet i am getting the next 2 lines in RED which i would like to remove, i have looked everywhere in my machine but could not ...
  1. #1
    Just Joined!
    Join Date
    Mar 2011
    Posts
    2

    telnet....krb5-telnet

    Hi,

    when connecting via telnet i am getting the next 2 lines in RED which i would like to remove, i have looked everywhere in my machine but could not figure it out.

    krb5-telnet: on
    perl-Net-Telnet-3.03-5
    telnet-0.17-39.el5


    telnet 0
    Trying 0.0.0.0...

    Escape character is '^]'.

    GOGEN (Linux release 2.6.18-128.el5PAE #1 SMP Wed Dec 17 12:02:33 EST 200 (2)

    login: abcdef
    Password:
    Last login: Thu Mar 24 10:04:08 from localhost.localdomain

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    These are messages from the system you are connecting to. I don't think you can remove them, other than clearing the screen.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Mar 2011
    Posts
    2
    Thanks Rubberman....what do you mean "clear" the screen" ?
    how can i do it?

    Thanks
    G.

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Assuming you have set your TERM environment in the telnet session after logging in correctly, then the shell "clear" command will clear the screen for you, giving you the full terminal window to use for whatever.

    FWIW, most of the time, the telnet client will do that automatically, so check it with the command "echo $TERM". It should be something like ANSI, XTERM, VT100, or such. It may be upper or lower case. If it isn't set, set it with the command "export TERM=ansi"
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

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