Sam Weaver
Sam Weaver
This would be very helpful for us as well- trying multiple identities in the agent is the default behavior if you just use `step ssh login`, so it makes sense...
@DjLogozzo As a temporary workaround, a configuration like this works quite well! ``` Match exec "step ssh check-host %h # ... ProxyCommand bash -c "step ssh proxycommand %r %h %p...
That seems like it'd be important, however the ability to mass delete is crucial I think. It might not necessarily be a case that would only exist when importing vCards.
I might have some bandwidth to work on this in a few weeks - not a core contributor but I was really annoyed by this when it happened. I've gotten...
One additional suggestion for this command: ability to add an optional `--principal` or `--principals-file` option that would check the principals in the certificate against an expected principal or a list...
+1 for tree-sitter- there are grammars for nearly every language and tree-sitter makes it easy to design your own.
I'd like to emphasize the usefulness of such a tool - it's generally quite easy to get an FDB cluster in a bad state, and options to recover from that...
Thanks for the tip. Can you link to where this is accomplished within Jupyter? I'm trying to modify the YDoc, as in the example above, but I can't seem to...
Hi everyone! I've implemented a big first step in this direction in my PR #169. While this wouldn't allow you to directly convert a dictionary back to HCL, it does...
@kkozik-amplify I have an experimental branch in the works for going from dict to HCL2 as well - I will share a PR (or draft PR) for that when I...