daethnir

Results 7 issues of daethnir

The --keyfile expects a file containing a chiselKey (ECDSA key starting with "ck-") or the chiselKey itself as an argument. Documentation indicated you could supplying it a base64 encoded version...

This new flag will output ssh key data in json format and quit. Useful for automating deployments of chisel where you want mutual authentication and supply the server w/ the...

Example: ` gam info user [email protected] formatjson | jq . > /tmp/nogrouptree` vs ` gam info user [email protected] grouptree formatjson | jq . > /tmp/grouptree` The latter does not include...

We need a way to determine ssh key data in advance in a programmatic way for supplying on peer endpoints. This new flag will output ssh key data in json...

The --keyfile expects a file containing a chiselKey (ECDSA key starting with "ck-") or the chiselKey itself as an argument. Documentation indicated you could supplying it a base64 encoded version...

Some minor lint issues around line length. Updates docstrings for clarity, consistency, adds missing ones.

pgrep could get confused when the command contains regular xpressions that match the run-* command itself, e.g. an argument like `foo 'a|b'` ``` $ cat /tmp/sleepforever #!/bin/bash echo Sleeping for...