Author Topic: Telnet Question  (Read 4291 times)

Oblivion

  • Posts: 410
  • Turrets: +27/-22
    • Gamez-Host.com
Telnet Question
« on: June 22, 2007, 03:48:47 am »
Is there away to setup telnet for your server?  I was just curious about it thats all.
World Wide Server Host

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: Telnet Question
« Reply #1 on: June 22, 2007, 04:24:17 am »
Quote from: "Oblivion"
Is there away to setup telnet for your server?  I was just curious about it thats all.
eww telnet. if your server is running on *nix you can usually ssh the box and grab the screen session that the server is running in, on windows you might be out of luck.
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

xyblor

  • Posts: 50
  • Turrets: +0/-0
Telnet Question
« Reply #2 on: June 22, 2007, 06:31:56 am »
Hi there Oblivion,

I imagine that a telnet server can be set up on pretty much any machine. I think on Windows XP professional, you can even enable it through administrative options, without installing anything. As kevlarman mentioned, on Linux (and cygwin), SSH has superseded telnet, I believe. Other software to look into would be puTTY, UltraVNC (or TightVNC), and Windows' "Remote Desktop Connection", which actually works very well and has a client for Macs.

Taiyo.uk

  • Posts: 2309
  • Turrets: +222/-191
    • Haos Redro
Telnet Question
« Reply #3 on: June 22, 2007, 06:50:42 am »
To clarify, a major difference between telnet and ssh is that ssh traffic is encrypted and telnet traffic is not. I.e. telnet will send your password and and all data as plaintext. For a remote graphical UI there are various VNC systems available for *nix, mac and windows. X sessions can be tunneled over ssh.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Telnet Question
« Reply #4 on: June 22, 2007, 01:58:12 pm »
Never use telnet over an untrusted network, and the internet sure counts as untrusted.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Oblivion

  • Posts: 410
  • Turrets: +27/-22
    • Gamez-Host.com
Telnet Question
« Reply #5 on: June 22, 2007, 05:29:42 pm »
Well I was just asking because I run telnet on all of my servers, and I run 2 Trem servers and I figure I might want to ask about telnet since I have been hosting without for little more over a year now.  So if you do find away to do this please let me know.
World Wide Server Host

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Telnet Question
« Reply #6 on: June 22, 2007, 06:02:58 pm »
nix or windows?
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Oblivion

  • Posts: 410
  • Turrets: +27/-22
    • Gamez-Host.com
Telnet Question
« Reply #7 on: June 22, 2007, 08:42:03 pm »
Windows buddy.  Windows Server 2003.
World Wide Server Host

stalefries

  • Posts: 169
  • Turrets: +2/-0
    • http://stalefries.googlepages.com
Telnet Question
« Reply #8 on: June 23, 2007, 12:31:25 am »
1. I don't think you'd be able to connect to a Tremded console session on a Windows machine, other than through some sort of graphical remote connection.
2. Ditch the telnet. As stated above, it's all plaintext. Bad business, especially when you want to avoid people hacking your server.

In conclusion (mostly summing up what others have said):
If you want to stick with Windows servers, do some sort of graphical remote connection. Something like VNC or RDP would work.
Otherwise, setup some sort of Linux server (or Mac, if you prefer that route), and then use ssh, or one of the graphical connections.
color=green]:[/color]nac:stalefries
My boring website that you hate | GRAAAAGHH!

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Telnet Question
« Reply #9 on: June 23, 2007, 12:32:31 am »
Install cygwin, and set up its ssh server.
Then run tremded under screen.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Oblivion

  • Posts: 410
  • Turrets: +27/-22
    • Gamez-Host.com
Telnet Question
« Reply #10 on: June 23, 2007, 05:15:58 am »
Well I kind of prefer telnet, I like to mess around in DoS prompts, and  I am a sort of person who uses telnet often on websites and gaming servers.  But if it can not be done then I am not going to whine over trying to get one in tremulous.
World Wide Server Host

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Telnet Question
« Reply #11 on: June 23, 2007, 01:48:13 pm »
ssh is the same as telnet, only it doesn't send you pass in cleartext and has more options.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.