Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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. |
|
 |
05-23-2008, 10:15 AM
|
#1
|
|
LQ Newbie
Registered: May 2008
Distribution: Redhat Linux Fedora 8
Posts: 10
Rep:
|
How do I remote access 'command line' on linux server? KDE? Bash?
Im confused.
And allthough this would seem to be about the 1st thing one should know on using linux, I can't find any info anywhere. Maybe its just too basic.
I am trying to (telnet?) remote access a server running Fedora 8. I suppose I need a windows client of some sort. Konsole? KDE? Xterm?
Im lost.
Ed
|
|
|
|
05-23-2008, 10:17 AM
|
#2
|
|
LQ Newbie
Registered: Jan 2008
Posts: 19
Rep:
|
All you should have to do is make sure the telnet server is running on the host and make sure the permissions/firewalls(selinux) are set accordingly and arent blocking.
|
|
|
|
05-23-2008, 10:28 AM
|
#3
|
|
Member
Registered: Nov 2006
Posts: 97
Rep:
|
telnet is not used widely because passwords are sent using clear text. instead now use ssh for remote access.
make sure you have sshd running on the fedora box (/etc/init.d/sshd status to check). if it is not running you can start using /etc/init.d/sshd start.
use putty windows client (freeware).
|
|
|
|
05-23-2008, 10:29 AM
|
#4
|
|
LQ Newbie
Registered: May 2008
Distribution: Redhat Linux Fedora 8
Posts: 10
Original Poster
Rep:
|
So I can use the windows HyperTerminal app?
I have added the line:
If protocol is TCP and destination port is 23
to the 'linux firewall' module in webmin.
still cant connect.
|
|
|
|
05-23-2008, 10:31 AM
|
#5
|
|
Moderator
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
Look into using ssh instead of telnet. You can use putty on windows. There are other ssh clients for Windows as well.
I install Cygwin/X on the windows machines. This allows you to use the same openssh client in windows, and allows you to run bash scripts (or perl, or whatever) as well. You can even log in and run a gui program on the server, having it show up in windows. Simply enter "startx" and the X windows server will start and an xterm will pop up.
Then log into the server with "ssh -X user@host". This is a handy way of running one of the system-config-* gui configuration programs.
|
|
|
|
05-23-2008, 10:35 AM
|
#6
|
|
LQ Newbie
Registered: May 2008
Distribution: Redhat Linux Fedora 8
Posts: 10
Original Poster
Rep:
|
thanks suneth
I've hacked the mainframe  skynet is going down </cheese>
|
|
|
|
05-23-2008, 10:50 AM
|
#7
|
|
Senior Member
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian 4.0 Etch
Posts: 1,346
Rep:
|
It is acceptable to use telnet IF you are on a completely secure LAN and you're only connecting within the LAN.
In Windows, the default telnet client is built-in and is called "telnet". Open up a command prompt (start->programs->accessories->Command Prompt). Then type in the command "telnet 192.168.0.55" (replace the IP address with the address of your server).
|
|
|
|
05-23-2008, 11:12 AM
|
#8
|
|
Guru
Registered: Oct 2005
Location: Willoughby, Ohio
Distribution: linuxdebian
Posts: 7,231
Rep: 
|
completely secure LAN Defined: One in which all the PC's are disconnected or turned off
ssh operates on port 22. if you need to open the Linux firewall to allows an ssh connection, open port 22 not 23.
Putty is the easiest thing to use on a windows machine to connect to a Linux box..
winscp may come in handy too
|
|
|
|
| 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
|
|
|
All times are GMT -5. The time now is 07:29 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
|
|