gistup icon indicating copy to clipboard operation
gistup copied to clipboard

support for ssh-key-less upload

Open anaderi opened this issue 9 years ago • 1 comments

ssh key for upload gist is a bit of luxury in CI (travis) environment. and actually it is not needed, since we have API token. so if user specifies 'protocol' in config file to be 'https', gistup will be able to upload the contents just by https after applying the PR.

anaderi avatar Mar 07 '16 18:03 anaderi

+1 for adding the https protocol. Having 2fa on your account also restricts using ssh without the ssh passphrase. This solution works well with 2fa enabled.

rninne avatar Oct 04 '17 20:10 rninne