mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
36 lines
635 B
Markdown
36 lines
635 B
Markdown
# sslh
|
|
|
|
Notes
|
|
-------
|
|
|
|
Help Text
|
|
-------
|
|
```
|
|
sslh: option '--http' requires an argument
|
|
sslh v1.13b
|
|
usage:
|
|
sslh [-v] [-i] [-V] [-f] [-n] [-F <file>]
|
|
[-t <timeout>] [-P <pidfile>] -u <username> -p <add> [-p <addr> ...]
|
|
|
|
|
|
-v: verbose
|
|
-V: version
|
|
-f: foreground
|
|
-n: numeric output
|
|
-F: use configuration file
|
|
-t: timeout before connecting to SSH.
|
|
-p: address and port to listen on.
|
|
Can be used several times to bind to several addresses.
|
|
--[ssh,ssl,...]: where to connect connections from corresponding protocol.
|
|
-F: specify a configuration file
|
|
-P: PID file.
|
|
-i: Run as a inetd service.
|
|
```
|
|
|
|
Example Usage
|
|
-------
|
|
|
|
Links
|
|
-------
|
|
|