Sean Johnson

Results 7 comments of Sean Johnson

This should actually be pretty easy with `AuthorizedKeysCommand` in the `sshd_config`. This will be really cool to have! What do you think about having a separate command for this? `onetouch-ssh...

This would be an excellent idea! Maybe using a key combo to interrupt the wait for OneTouch approval? It would be really awesome to generate a four-word (maybe configurable amount)...

If we don't want to deal with a progress bar, we could just use something like this: https://github.com/kovetskiy/spinner-go Even just knowing that the process is still waiting / doing stuff...

Awesome! Sounds like a plan :)

IIRC, adding a key with `add-key` runs the key through crypto/ssh's ParseAuthorizedKey, so in the case that the key is invalid, at least the fingerprint routine will "fail" (by fail,...

Hi @davidearl, it looks like any backslashes you may have added got eaten by the Markdown parser. Could you surround your examples with grave quotes (``) so I can see...

Ah, fair point! I'll look in to it. Thanks!