I\'m trying to start a test server via ssh but it always dies once i disconnect from ssh.
Is there a way to start a process (run the server) so it doesn\'t die upon
In addition to the other replies, you could start your test server thru batch (or at) but as Brian answered you should call daemon
at
daemon
And you could pass the -f option to ssh
-f