CLI interface¶
Check and unlock full disk encrypted systems via ssh
usage: fdeunlock [-h] [-V] [-d] [-v] [-q] -H HOST [-n]
Named Arguments¶
| -V, --version | show program’s version number and exit |
| -d, --debug | Write debugging and higher to STDOUT|STDERR. |
| -v, --verbose | Write information and higher to STDOUT|STDERR. |
| -q, --quiet, --silent | |
| Only write errors and higher to STDOUT|STDERR. | |
| -H, --host | Hostname of the remove server |
| -n, --no-unlock | |
Don‘t enter passphrases. Start a interactive shell session after checking instead. Default: True | |