Skip to content

Commit

Permalink
Documentation for port restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnall committed Dec 11, 2008
1 parent a0be6c6 commit 6b28c3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ Client setup:

`rtunnel_client -c myserver.com -f 4000 -t 3000 -k /etc/ssh/ssh_host_rsa_key`

If you're concerned about security, you probably want to restrict the range of
ports that clients can open up on the rtunnel server.

`rtunnel_server -p 3000 -P 3999`

restricts clients to using ports 3000-3999 for reverse tunnels.


RTunnel?
-

Expand Down

0 comments on commit 6b28c3a

Please sign in to comment.