fix(xanthous/server): Fix decoding secret key
The actual function we want for the format we're using is decode_secret_key, not decode_openssh, apparently - covered this with a toneest to make sure. Change-Id: I659226169f213b8464b96aec6b94bf13fd80aac8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3863 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
3d4e992c6f
commit
33f29d081d
3 changed files with 65 additions and 2 deletions
|
|
@ -24,3 +24,6 @@ base64ct = "<1.2"
|
|||
[dependencies.tokio]
|
||||
version = "1.13"
|
||||
features = ["rt", "rt-multi-thread", "macros", "net", "process", "fs", "signal"]
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue