-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
--ssh-subsystem in the command line works, but config files are ignored.
Version(s) Affected
v0.4.0
To Reproduce
- Set up a config file with
SshSubsystem true - Run
qcp --show-configand see that it shows asfalsewith a sourcecommand-line, even though it wasn't entered on the command line.
Client configuration:
┌─────────────────────────┬─────────────┬─────────────────────────┐
│ field │ value │ source │
├─────────────────────────┼─────────────┼─────────────────────────┤
[...]
│ SshSubsystem │ false │ command-line │
[...]
Expected behavior
In the test case, the show-config output should show the value as true, source config file.
When not set in config file, the show-config output should show the value as false, source default.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working