Open ahaerpfer opened 8 years ago
The current syntax
[user@]host[:path]
is based on the familiar notation e.g. used by scp
. To also add a port number to this we would have to use an URI notation like
[user@]host[:port][/path/to/socket]
This requires an absolute path component; relative paths won't work any more. The most common case user@host
is identical in both notations.
Alternatively we could use an additional CLI option `--port`` … which is a little ugly.
See also Issue #5.
Remote Livestatus access via SSH currently does not allow to provide a port number for SSH connections:
This is required for tunnelled SSH ports.