cem / gogs-sandstorm

Gogs for the Sandstorm platform
11 stars 8 forks source link

Sandstorm does not support SSH access to apps, only HTTPS #2

Open sysfu opened 8 years ago

sysfu commented 8 years ago

Trying to configure some deploy SSH keys for a new Sandstorm Gogs repo, but getting this ssh-keygen error https://github.com/gogits/gogs/issues/1717

The fix is to update the Gogs Docker image, however according to a support email response from Kenton Varda 'currently Sandstorm does not support SSH access to apps, only HTTPS'

cem commented 8 years ago

Sandstorm currently only allows a few protocols through the sandbox, and SSH isn't one of them. We're going to have to wait until Kenton and folks implement SSH support before we can implement this feature in the Gogs port.

paulhibbitts commented 8 years ago

Hello,

Just wondering if there is any updates re: SSH access? I've been really pleased with Gogs on Sandstorm but it looks like my automatic deployment service (https://www.deployhq.com/) needs SSH access.

Thank you, Paul