Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-27-2002, 09:06 AM
|
#1
|
|
Member
Registered: Jun 2002
Distribution: RedHat 7.2
Posts: 46
Rep:
|
telnet server?
Is there any telnet server software out on the net? or is it included in RH7.2?
|
|
|
|
06-27-2002, 09:36 AM
|
#2
|
|
Member
Registered: Mar 2002
Location: St Aug FL
Distribution: (depends on the week - usually redhat or slackware)
Posts: 35
Rep:
|
telnet daemons (as well as many other servers) are standard programs in linux (probably all distros). Redhat has all that already - however telnet is a bad idea, as it handles all sessions unencrypted and is thus highly hackable. If you want to allow remote login then use ssh - it's just like telnet except that it's encrypted. Be sure to get the patched ssh tho, as 3x (i think) are vulnaerable to overflow allowing root compromise  .
|
|
|
|
06-27-2002, 12:41 PM
|
#3
|
|
Member
Registered: Mar 2002
Location: ma
Distribution: slackware
Posts: 747
Rep:
|
and the way u start it is
# service sshd start
if u want to start the service every time u boot
find something like control center...
i don't know how to do that in console..
|
|
|
|
07-04-2002, 12:06 PM
|
#4
|
|
LQ Newbie
Registered: Jul 2002
Posts: 4
Rep:
|
how do I do that?
Hey that sounds great...I've been trying to get telnet service started (I don't know how) but if sshd is more secure I'll do it. So I've got my sshd service started as per your command line but how do I call it from another machine to start a connection?
|
|
|
|
07-04-2002, 01:19 PM
|
#5
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,711
|
you mean how do you USE ssh? well it's just "ssh somewhere" read teh manpage for sh, assuming you have it installed of course.
|
|
|
|
07-04-2002, 03:03 PM
|
#6
|
|
LQ Newbie
Registered: Jul 2002
Posts: 4
Rep:
|
Well what I really meant was "Is there a windows client for ssh" IE How do I initiate a ssh connection from a windows machine? For example, with telnet, it's just C:\telnet hostname.
|
|
|
|
07-04-2002, 03:37 PM
|
#7
|
|
Member
Registered: Mar 2002
Location: ma
Distribution: slackware
Posts: 747
Rep:
|
under linux
ssh -l username machinename
under windows
get a program from openssh.org
|
|
|
|
07-04-2002, 03:57 PM
|
#8
|
|
Member
Registered: Aug 2001
Location: Sacramento, CA
Distribution: Gentoo 1.4+
Posts: 195
Rep:
|
Go for PuTTY. It's the best I've seen.
|
|
|
|
07-04-2002, 04:02 PM
|
#9
|
|
Member
Registered: May 2002
Location: Toronto, ON, Canada
Distribution: Ubuntu, RedHat/CentOS, Fedora
Posts: 609
Rep:
|
While SSH is the preferred way to "telnet" (and even FTP), if you want true telnet (plaintext), you'll have to edit the file /etc/xinetd.d/telnet and change the line that says "disabled = yes" to "disabled = no". Finally, you'll have to restart the XInetd metadaemon to activate the changes as root:
# service xinetd restart
|
|
|
|
07-04-2002, 04:06 PM
|
#10
|
|
Member
Registered: May 2002
Location: Toronto, ON, Canada
Distribution: Ubuntu, RedHat/CentOS, Fedora
Posts: 609
Rep:
|
Quote:
Originally posted by ChaosX2
Go for PuTTY. It's the best I've seen.
|
I second that!
I like PuTTY because it's not just an SSH client. It's a full SSH client suite (ssh, scp and sftp). It also supports certificate-based authentication, and has a lot of nifty little features (such as X forwarding).
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Telnet server
|
JCdude2525 |
Linux - Networking |
6 |
09-19-2004 07:30 PM |
|
telnet server
|
chankunchan |
Linux - Networking |
5 |
05-10-2004 07:48 PM |
|
Telnet Server
|
Roga Danar |
Linux - Newbie |
7 |
07-14-2003 01:10 PM |
|
Telnet server?
|
TheWoodchuck |
Linux - Networking |
6 |
04-23-2002 07:01 AM |
|
Telnet server - how to?
|
captnroger |
Linux - General |
3 |
02-28-2001 10:54 AM |
All times are GMT -5. The time now is 11:16 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|