colab-ssh icon indicating copy to clipboard operation
colab-ssh copied to clipboard

Connect to Google Colab using SSH

Results 20 colab-ssh issues
Sort by recently updated
recently updated
newest added

Hello, the `service ssh start` might be better changed to `service ssh restart` in case the ssh service already started. https://github.com/WassimBenzarti/colab-ssh/blob/602f69fb25e12ff5119fcad4b6a536f16221b7ac/colab_ssh/launch_ssh_cloudflared.py#L56 to ```python os.system('service ssh restart') ```

On my windows PC, I can connect to colab via powershell. However, when configuring pycharm remote debugging, it always shows that 'timout' ![图片](https://user-images.githubusercontent.com/22522377/112728844-3003f780-8f64-11eb-9419-0f8df1099bc2.png)

This environment variable is required for TPUs to work through ssh. It was added today and it took me a while to figure out why my TPU models suddenly stopped...

**Is your feature request related to a problem? Please describe.** This is a not problem, but typing password every times is a bit bothersome. **Describe the solution you'd like** Allow...

Desktop environment support with VNC could very well be added . It will help people who intend to use OpenGl programs or just need GUI for some task not suited...

enhancement

**Describe the bug** The url for the cloudfared binary is no longer working. The new url is https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-386.tgz

**Is your feature request related to a problem? Please describe.** The problem is extremely minor and something I can live with, but ideally would be able to solve since I...

enhancement

It would be nice to have vscode server integration along with ssh. Check this one https://github.com/abhishekkrthakur/colabcode

enhancement

### Jupyter notebook Google Colab ### What happened? I get as far as renaming path, setting up cloudflared name, etc. however when trying to do .ssh config or notepad .ssh\config,...

bug

### Jupyter notebook Paperspace Gradient ### What happened? --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In [1], line 1 ----> 1 from colab_ssh import launch_direct_ssh 2 launch_direct_ssh(password="qwerty") File /usr/local/lib/python3.9/dist-packages/colab_ssh/__init__.py:8...

bug