Skip to main content

Cloudflare Tunnel for open-ssh and code-server

Project description

ssh server cloudflare tunnel

  • custom ssh and cloudflare tunneling
  • remote code-server tunneling

Server dependencies:

  • python>=3.5
  • pip
  • python-apt
  • make(optional instead of pip)

Client dependencies:


Installation

pip

pip install CFsshTunnel

Uninstall

pip uninstall CFsshTunnel

source

git clone https://github.com/ThePilot916/CFsshTunnel.git
cd ./CFsshTunnel
make dependencies
make install

Uninstall

sudo make clean
make clean

Launching

ssh-cloudflare-tunnel

using make

sudo make launch_server	

python source/notebooks

import CFsshTunnel
#Run either with all default parameters or pass ssh/cloudflare config as required
_, hostname, user = CFsshTunnel.CFsshTunnel()

Note: Ensure to update ~/.ssh/config on the client as displayed on the output after running CFsshTunnel()

code-server

import CFsshTunnel
from CFsshTunnel.code_server.code_server import launch_codeserver
_, hostname, user = CFsshTunnel.CFsshTunnel()
launch_codeserver(hostname=hostname, user=user)

client - setup

Ensure to update ~/.ssh/config on the client as displayed on the output after running CFsshTunnel()

  • ssh
$ ssh <user>@<hostname>
  • code-server
$ ssh -N -L <client_port>:127.0.0.1:<server_port> <user>@<hostname>

Now open http://localhost:<client_port> on any ssh client browser and enjoy!


Code-snippets from google-colab

Colab_notebook

image image image

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CFsshTunnel-0.2.0.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

CFsshTunnel-0.2.0-py3-none-any.whl (23.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page