Skip to content

Instantly share code, notes, and snippets.

@andrzejnovak
Created December 11, 2017 12:35
Show Gist options
  • Save andrzejnovak/6e4eb43bd29b73ac54c31b7a4279054a to your computer and use it in GitHub Desktop.
Save andrzejnovak/6e4eb43bd29b73ac54c31b7a4279054a to your computer and use it in GitHub Desktop.
# On server
# from https://github.com/jirutka/rsub-client
pip install --user rsub
echo 'export PATH=$HOME/.local/bin:$PATH' >> ~/.bashrc #or the path where it installed
# On client
# Install Package control https://packagecontrol.io/installation
# CTrl+Shift+P # to open package control
# Search Install package # Enter to open install package search
# Search rsub # Enter to install
# Edit .ssh/config
Host your_remote_server.com
RemoteForward 52698 127.0.0.1:52698
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment