Results 1 to 10 of 21
Hello....
I've been having a great time and learned a ton on my little home server... I've been messing around with a little counter-strike dedicated server aswell as a ventrilo ...
- 11-21-2006 #1Just Joined!
- Join Date
- Oct 2006
- Location
- Vernon BC Canada
- Posts
- 35
telnet
Hello....
I've been having a great time and learned a ton on my little home server... I've been messing around with a little counter-strike dedicated server aswell as a ventrilo server. My problem is that I only have 1 moniter, and its annoying having to crawl under my desk to switch the moniter to my server when I need to do some simple troubleshooting. I was wondering if anyone could point me in the direction of a good telnet server setup tutorial, or show me the ropes.... I tried searchin the forums, but everything that came up and i tried to click, came up with a message that said couldn't find post (somthin like that)
thanks a bunch
- 11-21-2006 #2Linux Newbie
- Join Date
- Aug 2006
- Posts
- 107
debian?
apt-get install ssh
should install a secure shell server and client
- 11-21-2006 #3Just Joined!
- Join Date
- Oct 2006
- Location
- Vernon BC Canada
- Posts
- 35
Originally Posted by deanlinkous
Whats the secure server and client? And how do I get it?
- 11-21-2006 #4Linux Newbie
- Join Date
- Aug 2006
- Posts
- 107
ssh is the "new" telnet

That command IS how you will get it.
- 11-21-2006 #5Just Joined!
- Join Date
- Oct 2006
- Location
- Vernon BC Canada
- Posts
- 35
will I need to download the client for my server aswell? and do i need the client on my windows systems, or can i use the built in telnet?
- 11-21-2006 #6Linux User
- Join Date
- Feb 2006
- Posts
- 484
on windows system you need a ssh client, it didn't built in the system
- 11-21-2006 #7
From a windows system you can use "putty" (google for it) to connect to your ssh server. To get help on setting up an ssh server (which is relatively easy) have a look at OpenSSH, and read the man pages on ssh, ssh_config, and sshd_config.
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 11-22-2006 #8Linux Newbie
- Join Date
- Aug 2006
- Posts
- 107
oops sorry I totally forget windows exists anymore

yea, putty is a client for windows
- 11-22-2006 #9Just Joined!
- Join Date
- Oct 2006
- Location
- Vernon BC Canada
- Posts
- 35
thanks a bunch... I did some hunting around in the /etc directory and found that my debian already had ssh... haha so I just downloaded putty and i got it working all good... just a couple questions... can I use screen on my server through telnet... and also, when I logged on, I logged on as my default user "cstrike"... i put in my password and it let me log in even though the "cstirke" user was alsready logged on... Should it do this?
thanks
- 11-22-2006 #10
Can you explain what you want to do with the screen saver? You want the screen saver to display on the remote machine (the one running Putty)??
You can log in as the same user as many times as you like, so there's nothing to worry about there. It's kinda like having numerous instances of an xterm open, but displayed on many different computer screens, instead of the same one. No worries there
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode


Reply With Quote
