Skip to content

feat: additional connection CLI options added (--pg-**, --ssh-**)

Dmitry requested to merge dmius-ssh-port into master

Description

This MR implements capability to perform SSH connection using non-standard port (22). A new CLI option has been added to support this, --ssh-port.

Also options --ssh-hostname --pg-hostname --pg-port added for specify connection type added. Behaviour of --port changed. Value defined with --port can be used with --ssh-hostname and --pg-hostname if --pg-port or --ssh-port not defined.

  • the MR description has been reviewed
  • this MR contains text changes and they have been reviewed OR there are no texts changes
  • this MR contains GUI/CLI changes and they have been reviewed OR there are no GUI/CLI changes
  • this MR contains API changes and they have been reviewed OR there are no API changes

#465 (closed)

Examples

./checkup -h sshuser@sshost --ssh-port 22 ...
Edited by Anatoly Stansler

Merge request reports