schttp icon indicating copy to clipboard operation
schttp copied to clipboard

Option to restrict upload access

Open jenrik opened this issue 6 years ago • 1 comments

I would like to run a private instance with restricted upload access, for that use case it would be useful to have SSH key authentication.

jenrik avatar Apr 09 '19 12:04 jenrik

Nice idea

It should be pretty straightforward using https://godoc.org/golang.org/x/crypto/ssh#ParseAuthorizedKey and the regular openssh authorized_keys format

fasmide avatar Apr 09 '19 17:04 fasmide