Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.01 KB

File metadata and controls

47 lines (34 loc) · 1.01 KB
Date:2024-03-08

usage: ndl scan [-h] [-q] [-d] [--all] [-H HOSTNAME] [-U USERNAME] [-K PRIVKEY]

Scan for available devices.

-h
Show this help message and exit.
-q
Be quiet.
-d
Print debugging information.
--all
By default this command prints only the compatible devices which are supported by current ndl installation. This option makes this command print about all the compatible devices.
-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'.