Tremulous Forum
General => General Discussion => Topic started by: Oblivion 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.
-
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.
-
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.
-
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.
-
Never use telnet over an untrusted network, and the internet sure counts as untrusted.
-
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.
-
nix or windows?
-
Windows buddy. Windows Server 2003.
-
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.
-
Install cygwin, and set up its ssh server.
Then run tremded under screen.
-
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.
-
ssh is the same as telnet, only it doesn't send you pass in cleartext and has more options.