Adam
Adam
Demo.yubico.com allows you to register a hardware security key (using WebAuthn) as either a second factor (default), or using a resident credential for logging in without needing a password OR...
Deployed servers can now be given nicknames which will be displayed in the `status` command.
The Readme is really long, would probably be more useful to have the different headings split into topics in a Wiki format.
Currently nodes with errors are displayed in their own separate box in the `status` command. However, in some cases (probably just leaf servers) we might be able to pull together...
(Pending the merge of #48 ) Allow replacing some args like `--server-address` with a server's nickname and have it deduce the correct API address from that. Could either introduce a...
Looks like preshared key support is already present in the server API; might be good to make PSK generation an optional flag for `configure` and `add`.
In addition to the `wiretap_server.conf` file, might be nice to have the command-line equivalent values saved to a file for future reference. Possibly just in comments in the existing .conf...
To prevent config files being left hanging around on servers
Servers attached to other servers, and clients that are added via `add client`, both have limitations that should be more clearly documented in the README. In particular we should add...
Currently there's no way to specify both a client and server listening port when running `configure`, only always has to be manually set in the configs/CLI/args if you don't want...