How do I correctly SSH port forward using LiveReload on Redhat?
- by program247365
Referencing this page:
http://feedback.livereload.com/knowledgebase/articles/86280-if-you-edit-files-directly-on-your-server
It says you can remotely port forward the LiveReload specific port of 35729, using this command:
ssh -L 35729:127.0.0.1:35729 mylogin@myremoteserverIP
When I run the -v option, I get:
debug1: Local connections to…