diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2008-10-10 16:43:28 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2008-10-10 16:43:28 +0000 |
commit | b1ed80808efd278631858c4204f57d0e4e575888 (patch) | |
tree | 5b6d2bca221b31681b6d1b2af977eb85bb385c1b /usr.bin/ssh | |
parent | aab2236a868b537fb1bc6731c4544415f560f5d1 (diff) |
use 'Privileged ports can be forwarded only when logging in as root on
the remote machine.' for RemoteForward just like ssh.1 -R.
ok djm@ jmc@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 19dd9ec1b25..8ca55bd805b 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,8 +34,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.112 2008/08/02 04:29:51 krw Exp $ -.Dd $Mdocdate: August 2 2008 $ +.\" $OpenBSD: ssh_config.5,v 1.113 2008/10/10 16:43:27 stevesk Exp $ +.Dd $Mdocdate: October 10 2008 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -811,7 +811,8 @@ and .Ar host Ns / Ns Ar hostport . Multiple forwardings may be specified, and additional forwardings can be given on the command line. -Only the superuser can forward privileged ports. +Privileged ports can be forwarded only when +logging in as root on the remote machine. .Pp If the .Ar bind_address |