demotomohiro / remocolab

remocolab is a Python module to allow remote access to Google Colaboratory using SSH or TurboVNC.
MIT License
318 stars 230 forks source link

SSH #41

Open capriciousduck opened 4 years ago

capriciousduck commented 4 years ago

How to use this with something like serveo or sish?

demotomohiro commented 4 years ago

remocolab only use ngrok without modifying code. I wrote a code that setup SSH server and uses serveo. https://github.com/demotomohiro/Google-Colaboratory-SSH-samples/blob/master/src/ssh_serveo.ipynb

capriciousduck commented 4 years ago

Thanks. I'll look at it.