# Client Setup - Add Remote Forwading by default for all hosts. Open ~/.ssh/config file and add these lines ``` Host * RemoteForward 52698 127.0.0.1:52698 ``` - Open Sublime Text, Install **rsub** package using package control. - You're done. # Remote Server Setup