1. Accessing remote files in sublime
ssh -R 52698:localhost:52698 root@192.xxx.xxx.xxx => run this command in local
root@192.xxx.xxx.xxx - it is the target remote ip from where you are referring the file to edit in local
Install remote sublime at remote server
curl -o /usr/local/bin/rmate https://raw.githubusercontent.com/aurora/rmate/master/rmate
sudo chmod +x /usr/local/bin/rmate
rmate filename
Comments
Post a Comment