Created
December 11, 2017 12:35
-
-
Save andrzejnovak/6e4eb43bd29b73ac54c31b7a4279054a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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