= ssh:sshd == Description Creates a SSH server == Syntax ssh:sshd [options] == Options |=== |Name |Description |-c, --max-concurrent-sessions |The maximum number of concurrent sessions opened on the ssh server |-b, --background |The service will run in the background |-p, --port |The port to setup the SSH server |-i, --idle-timeout |The session idle timeout in milliseconds |-w, --welcome-banner |The welcome banner to display when logging in |--help |Display this help message |-n, --nio-workers |The number of NIO worker threads to use |===