![]() |
ssh-server-ctl — Tectia Server control utility.
ssh-server-ctl (ssh-server-ctl.exe on Windows) is a control utility that can be used to start, stop, or to reload the configuration of Tectia Server (ssh-server-g3). It can also be used to add new servants or to stop servants, to check the status of the server and to pause the server.
The following options are available:
-C, --currentConnects to the current server.
-D, --debug=LEVELDefines the debug level.
-h, --helpDisplays the help text for the command.
-l, --listen=PORTSame as the port
option.
-O, --oldConnects to the backup listener.
-P, --pid PIDTargets the command to the ssh-server-g3 process identified with
the given PID. Available on Unix only.
-p, --port PORTTargets the command to the ssh-server-g3 process
running on the given PORT. The default port 22 is assumed if this option is
not used.
--server-addressThe path to the server control socket.
-q, --quietDisplays little or no output depending on the command.
-s, --shortDisplays a shorter more machine readable output.
-v, --verboseDisplays more information if it is available.
-V, --versionDisplays the version string.
ssh-server-ctl accepts the following commands:
add-servant
Start a new servant or new servants.
Options:
numDefines the number of servants to be started.
continue
Continue a previously paused service.
del-pwd-cache-user username
(Windows only) This command removes the specified user's password from the currently active server password cache. the command will report an error if the specified user is not present in the password cache.
pause
Pause the service. Existing connections continue to function, but new connections won't be accepted until the continue command has been given.
pid
Prints the server process ID.
reload
Causes the server process to reload its configuration. The
configuration is read from the ssh-server-config.xml
file. Existing connection stay open using the old configuration and the new
connections will use the new configuration.
show-pwd-cache-users
(Windows only) This command displays all stored usernames from the currently active server password cache. The passwords are not displayed, only the usernames.
start
Attempts to start the server process by executing ssh-server-g3.
The start command will check if there is a server process
currently running; if yes, the tool will report the case and will not make any
starting attempts.
Options:
-p, --port PORTStart the server on an alternate port (the default port is 22).
-f, --config-file FILEUses the given file as a configuration.
status
Outputs the server status.
Options:
--allLists the status for all connections, channels, servants and so on.
stop
Causes the server process to start shutting down. The stop command checks
if there is a server process currently running; if not, the tool will
report the case and will not make any stopping attempts.
Options:
-F, --forceForcefully disconnects connections to shut down the server quicker.
The force option should be given with the inital
stop command.
stop-servant id ...
Causes the server to stop servants specifed by their ID numbers. You can use a space-separated list to enter several IDs.