Author Topic: SSH?  (Read 3792 times)

Paradox

  • Posts: 2612
  • Turrets: +253/-250
    • Paradox Designs
SSH?
« on: July 10, 2006, 04:30:24 am »
[EVIL] Unknown keeps saying that someone told him to connect to his server with SSH to see what was happening and admin, without loggin in. How do you do this?

∧OMG ENTROPY∧

Teiman

  • Posts: 286
  • Turrets: +0/-0
Re: SSH?
« Reply #1 on: July 10, 2006, 08:22:03 am »
Quote from: "Paradox"
[EVIL] Unknown keeps saying that someone told him to connect to his server with SSH to see what was happening and admin, without loggin in. How do you do this?


SSH is to open a shell conexion to a unix computer. From this conexion you can audit what is executed, manage files (maybe download new maps), check the conexion pool, update files, and check for intrusion problems. Whatever.

Chojin

  • Posts: 96
  • Turrets: +0/-0
    • http://wraths.dyndns.org
SSH?
« Reply #2 on: July 10, 2006, 11:56:49 am »
Well, commonly ssh is only installed on *nix computers, but you can install it on windows, too.

I have Alien Wrath running on a root server with linux as OS and ssh running to login.

I start the dedicated tremulous server like this:

Code: [Select]
chojin@amoebia:~> ssh tremulous@ipxserver.dyndns.org
tremulous@ipx:~$ screen
tremulous@ipx:~$ ./tremded.x86 +set dedicated 2 +exec server.cfg


Then I see the server log and can type commands in the so-called console. Screen is a special program, that keeps programs running in somekind of virtual background, even if you log out of the server. To leave the screen I have to press a key combination (ctrl+a d). The screen will continue running with the tremulous server in it.

So next time to get to console of tremulous I do this:
Code: [Select]
chojin@amoebia:~> ssh tremulous@ipxserver.dyndns.org
tremulous@ipx:~$ screen -r


That's the command to resume a screen session. You will then find yourself back in the tremulous console and you can see what happened while you were gone.

Hope this answers questions about ssh and how to use it productively with the program screen.

[db@]Megabite

  • Posts: 613
  • Turrets: +3/-0
    • http://www.tremulous.info
SSH?
« Reply #3 on: July 10, 2006, 12:48:23 pm »
For Windows there is an SSH-client called PuTTY, just google for it.
It is a single freeware *.exe.

Danny
url=http://www.tremulous.info][/url]


Paradox

  • Posts: 2612
  • Turrets: +253/-250
    • Paradox Designs
SSH?
« Reply #4 on: July 10, 2006, 06:27:10 pm »
I have used ssh before, but it would be easier to set up a VNC, thanks.

∧OMG ENTROPY∧

Chojin

  • Posts: 96
  • Turrets: +0/-0
    • http://wraths.dyndns.org
SSH?
« Reply #5 on: July 10, 2006, 07:00:59 pm »
Well, that is in the eye of the beholder ;)

ssh & screen is faster, uses less bandwidth and really, pretty easy once you get the hold of it.

Teiman

  • Posts: 286
  • Turrets: +0/-0
SSH?
« Reply #6 on: July 10, 2006, 09:18:49 pm »
Quote from: "Paradox"
I have used ssh before, but it would be easier to set up a VNC, thanks.



Good friends dont let friends use VNC. It hurts!

[db@]Megabite

  • Posts: 613
  • Turrets: +3/-0
    • http://www.tremulous.info
SSH?
« Reply #7 on: July 10, 2006, 11:41:36 pm »
VNC is just for Windows servers and Windows servers are a nono as gameservers... ;)

Danny
url=http://www.tremulous.info][/url]


PIE

  • Posts: 1471
  • Turrets: +96/-52
    • http://www.mercenariesguild.net
SSH?
« Reply #8 on: July 10, 2006, 11:57:21 pm »
Windows servers are no-nos for anything... except annoying people...