blinksh / blink

Blink Mobile Shell for iOS (Mosh based)
https://blink.sh
GNU General Public License v3.0
6.11k stars 566 forks source link

SSH into Codespaces #1497

Open r-glebov opened 2 years ago

r-glebov commented 2 years ago

Using Github Codespaces with Blink and VS Code is a nice thing to have, though there is no way for Neovim users to ssh into codespace, and use the favorite editor. As far as I know ssh connection to Github Codespaces is only possible via Github CLI.

So the question is, whether it is possible to integrate Github CLI into Blink, or there are any workarounds how to ssh into codespaces without using additional VPS for that only purpose?

yury commented 2 years ago

We need to port this

https://github.com/cli/cli/blob/trunk/pkg/cmd/codespace/ssh.go

djensenius commented 1 year ago

Any updates on this? :)

carloscabanero commented 1 year ago

We are discussing internally but cannot give a timeframe.

One workaround for now may be to just use Tailscale to access it. Should be easy enough.

PS: I haven't tried it myself. I moved to Build as I think it is more flexible. But I may test it these days.

oscarmorrison commented 1 year ago

I believe that its possible to setup direct SSH access to a code space: https://github.com/orgs/community/discussions/25497#discussioncomment-3248109