Usage guide via SSH #273
Labels
enhancement
New feature or request
feature-request
A request for a new feature
good first issue
Good for newcomers
As I use sish/SSH port forwarding rarely, I often forget how to do stuff. Looking it up online is ok, but it would be much more convenient, if sish would simply provide me a help page when I use it the wrong way (like other command line programs).
My feature list:
-L
and-R
. E.g.ssh -L foo:80:localhost:8080 ssi.sh
should result in smth. likeLocal forwarding not found. If you want to forward localhost:8080 to foo.ssi.sh, use ssh -R ...
ssh ssi.sh
or some uncommon error case). This page should feature one example for each supported forwarding type with maybe one sentence describing what the example does. Also it should refer to the command for the detailed help pages.ssh ssi.sh help tcp
should print a detailed help of the TCP port forwarding. This can be copied from the README of sish.The text was updated successfully, but these errors were encountered: