Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mosh-server(1) [debian man page]

MOSH(1) 						      General Commands Manual							   MOSH(1)

NAME
mosh-server - server-side helper for mosh SYNOPSIS
mosh-server new [-s] [-v] [-i IP] [-p port] [-c colors] [-- command...] DESCRIPTION
mosh-server is a helper program for the mosh(1) remote terminal application. mosh-server binds to a high UDP port and chooses an encryption key to protect the session. It prints both on standard output, detaches from the terminal, and waits for the mosh-client to establish a connection. It will exit if no client has contacted it within 60 seconds. By default, mosh-server binds to a port between 60000 and 61000 and executes the user's login shell. On platforms with utempter, mosh-server maintains an entry in the utmp(5) file to indicate its process ID, whether the session is con- nected, and the client's current IP address. mosh-server exits when the client terminates the connection. OPTIONS
The argument "new" must be first on the command line to use command-line options. -s bind to the local interface used for an incoming SSH connection, given in the SSH_CONNECTION environment variable (for multihomed hosts) -v Print some debugging information even after detaching. -i IP IP address of the local interface to bind (for multihomed hosts) -p PORT UDP port number to bind -c COLORS Number of colors to advertise to applications through TERM (e.g. 8, 256) -l NAME=VALUE Locale-related environment variable to try as part of a fallback environment, if the startup environment does not specify a charac- ter set of UTF-8. EXAMPLE
$ mosh-server MOSH CONNECT 60001 UAkFedSsVJs2LfMeKyQB5g mosh-server (mosh 1.1) [...] (copyright notice omitted) [mosh-server detached, pid = 20443] SEE ALSO
mosh(1), mosh-client(1). Project home page: http://mosh.mit.edu AUTHOR
mosh was written by Keith Winstein <mosh-devel@mit.edu>. BUGS
Please report bugs to mosh-devel@mit.edu. Users may also subscribe to the mosh-users@mit.edu mailing list, at http://mailman.mit.edu/mailman/listinfo/mosh-users February 2012 MOSH(1)

Check Out this Related Man Page

burgerspace-server(6)													     burgerspace-server(6)

NAME
burgerspace-server - UDP server for the networked version of BurgerSpace SYNOPSIS
burgerspace-server DESCRIPTION
burgerspace-server is a server that accepts connections from BurgerSpace clients to allow two players to compete with each other. One player controls the chef and the other controls the egg. Other clients can connect as spectators. burgerspace-server should be started in a terminal. To terminate it, give the Ctrl-C sequence or use the kill(1) command with the server's process ID as the argument. The connections use the UDP protocol. The --port option can be used to specify a non-default listening port (see below). After the server has started, the user who wants to control the chef must start the client with this command: burgerspace --server=the.server.hostname.com --chef Use the appropriate hostname or IP address as the argument for --server. The user who wants to control the egg must give the --enemy option instead of --chef. The --port option can be added to the burgerspace command-line to specify the server port, if the server was started with a non-default UDP listening port. OPTIONS
--help display a help page and exit --version display version information and exit --initial-level=N start game at level N. Default is 1. N must be at least 1. --port=PORT UDP port number on which the server must listen for incoming clients. The default is 49152. LICENSE
This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. AUTHORS
Pierre Sarrazin (code) Luce St-Amand (most images) FILES
This program uses the flatzebra library, by the same author. This library is itself based on the SDL graphics library (see http://www.lib- sdl.org). See the BurgerSpace Home Page: http://sarrazip.com/dev/burgerspace.html BUGS
Performance has not been tested thoroughly. Users who want to play the stable stand-alone game should use version 1.8.3. SEE ALSO
burgerspace(6) May 16th, 2010 burgerspace-server(6)
Man Page