colab-ssh
colab-ssh copied to clipboard
Connect to Google Colab using SSH
### Source problem _No response_ ### Feature you like VSCode Jupyter supports connecting to a remote Jupyter notebook URL. We can similarly expose the Jupyter server to public network. I...
### Jupyter notebook Google Colab ### What happened? Hi guys, Every time I connect to Colab using VS Code the machine disconnects everything works great for 5-10 minutes until it...
### Jupyter notebook Google Colab ### What happened? Hello guys, I've started using Colab SSH and I've realized I couldn't run `gcloud` nor `gsutil` directly from the ipynb, I get...
[Bug]: ERR failed to connect to origin error="tls: first record does not look like a TLS handshake"
### Jupyter notebook Google Colab ### What happened? I have this in my ~/.ssh/config ``` Host *.trycloudflare.com HostName %h User root Port 22 ProxyCommand /usr/bin/cloudflared access ssh --hostname %h ```...
### Source problem X11 forwarding is useful if you want to work with graphical applications ### Feature you like X11 Forwarding by default ### Describe alternatives you've considered _No response_...
### Source Problem: When I'm working with Colab, I store my project files on Google Drive under a particular folder. After initiating a Colab SSH connection and opening it from...
**Describe the bug** It's hard to figure out that using VSCode SSH link requires the VSCode Remote SSH Extension. **Expected behavior** The documentation should mention that you need the VSCode...
### Jupyter notebook Kaggle ### What happened? Code to reproduce:- ```py !pip -q install colab_ssh --upgrade from colab_ssh import launch_ssh_cloudflared, init_git_cloudflared launch_ssh_cloudflared(password="never gonna give you up") ``` In any Kaggle...
Hello, I would like to start a cloudflare argo tunnel through my cloudflare account and application that is well configured. As I see from the code it's not possible to...
Restart SSH instead of starting it every time the configuration changes. This is relevant if the OpenSSH is already started. Fixes #105 - [x] Do the required changes in the...