Commands
A description of the commands available to be used with the Sshd plugin.
Commands
-
protocols - Replies with a list of available protocols.
-
running - Replies with a list of running servers, and their ports.
-
users - Replies with a list of users connected for each protocol, and their hostmasks.
-
start <protocol> [port] - Starts a server of type protocol, where protocol is one of the list displayed by the protocol command. If no port is specified, the default port is used.
-
stop <protocol> - Stops a server of type protocol, where protocol is one of the list displayed by the running command.
-
logout - log out of the active connection.
-
wall <text> - Sends the text in text to all users connected to the ssh daemon.