Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 911 Bytes

pbe-scan.rst

File metadata and controls

45 lines (31 loc) · 911 Bytes

PBE

Date: 2024-05-28

usage: pbe scan [-h] [-q] [-d] [-H HOSTNAME] [-U USERNAME] [-K PRIVKEY] [-T TIMEOUT]

Scan for compatible devices.

-h
Show this help message and exit.
-q
Be quiet.
-d
Print debugging information.
-H HOSTNAME, --host HOSTNAME
Name of the host to run the command on.
-U USERNAME, --username USERNAME
Name of the user to use for logging into the remote host over SSH. The default user name is 'root'.
-K PRIVKEY, --priv-key PRIVKEY
Path to the private SSH key that should be used for logging into the remote host. By default the key is automatically found from standard paths like '~/.ssh'.
-T TIMEOUT, --timeout TIMEOUT
SSH connect timeout in seconds, default is 8.