USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

Telnet

 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Servers and Server Administration
View previous topic :: View next topic  
Author Message
pelon
New Member


Joined: 22 Aug 2024
Posts: 1
Location: Geneva, IL

PostPosted: Wed Aug 22, 2024 9:01 pm    Post subject: Telnet Reply with quote

Seeking advice on resolving slow telnet connections. We are using some Linux hand held pc that use telnet. Not able to use ssh on these units. We see significant delay or lag up to 1 minute or more before the units connect to our main Linux server. Anyone have any suggestion how we can resolve this issue.



_________________
RHEL, Fedora
Back to top
View user's profile Send private message Visit poster's website
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11831
Location: Iowa

PostPosted: Wed Aug 22, 2024 9:19 pm    Post subject: Reply with quote

http://aplawrence.com/SCOFAQ/FAQ_scotec4telnetslow.html
Quote:

Slow telnet or ftp connections are often caused by the server wanting to do a reverse DNS lookup to find out who is connecting. If you aren't running DNS, you can fix this just by listing all the machines in /etc/hosts.



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
masinick
Linux Guru


Joined: 03 Apr 2024
Posts: 8595
Location: Concord, NH

PostPosted: Wed Aug 22, 2024 9:27 pm    Post subject: Re: Telnet Reply with quote

pelon wrote:
Seeking advice on resolving slow telnet connections. We are using some Linux hand held pc that use telnet. Not able to use ssh on these units. We see significant delay or lag up to 1 minute or more before the units connect to our main Linux server. Anyone have any suggestion how we can resolve this issue.


Do these units NOT HAVE ssh instead of telnet? The original telnet was the initial example of how to achieve a remote console terminal connection. Within the overall packet overhead of TCP/IP, telnet has only a moderate overhead. The problem is that it also has little, if any, adherence to or protection from security issues. SSH adds a layer of complexity but achieves a reasonable level of security. With trusted hosts, you can use authentication (I believe it is Kerberos based) that can be associated with communication between specific host systems. You can't do that with telnet. The old rlogin and rsh commands could automatically connect, but they had no Kerberos authentication either so they were nearly as bad as telnet in this regard.

Defining local hosts is one way to overcome performance issues, with the tradeoff of more local host management.



_________________
Brian Masinick
Distros: SimplyMEPIS
sidux - no CAPS!, antiX, Debian
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Servers and Server Administration All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse