File: ssh_help.snap

package info (click to toggle)
gvm-tools 25.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,480 kB
  • sloc: python: 10,611; xml: 445; makefile: 27
file content (15 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
usage: gvm-test-cli ssh [-h] [--hostname HOSTNAME] [--port PORT]
                        [--ssh-username SSH_USERNAME]
                        [--ssh-password SSH_PASSWORD] [-A]

options:
  -h, --help            show this help message and exit
  --hostname HOSTNAME   Hostname or IP address (default: 127.0.0.1)
  --port PORT           SSH port (default: 22)
  --ssh-username SSH_USERNAME
                        SSH username (default: 'gmp')
  --ssh-password SSH_PASSWORD
                        SSH password (default: 'gmp')
  -A, --auto-accept-host
                        When executed in e.g. CI, auto accept SSH host
                        addition