Skip to content

Commit

Permalink
Add documentation for permanently forwarding the correct port
Browse files Browse the repository at this point in the history
  • Loading branch information
sblackstone authored and sorbits committed Jun 30, 2019
1 parent 5ee0456 commit bf217bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ If you wish to activate TextMate from an ssh session you can do so by copying th

ssh -R 52698:localhost:52698 [email protected]

This can be made permanent by adding a section to your `~/.ssh/config` file

Host <host>
RemoteForward 52698 localhost:52698

or, if using unix sockets (available with OpenSSH v6.7 and above):

ssh -R /home/user/.rmate.socket:localhost:52698 [email protected]
Expand Down

0 comments on commit bf217bb

Please sign in to comment.