summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.133
1 files changed, 5 insertions, 28 deletions
diff --git a/ssh.1 b/ssh.1
index d8b3775da..02d28a00b 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.307 2010/07/23 08:49:25 dtucker Exp $ 37.\" $OpenBSD: ssh.1,v 1.308 2010/08/04 05:37:01 djm Exp $
38.Dd $Mdocdate: July 23 2010 $ 38.Dd $Mdocdate: August 4 2010 $
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -202,14 +202,7 @@ will act as a SOCKS server.
202Only root can forward privileged ports. 202Only root can forward privileged ports.
203Dynamic port forwardings can also be specified in the configuration file. 203Dynamic port forwardings can also be specified in the configuration file.
204.Pp 204.Pp
205IPv6 addresses can be specified with an alternative syntax: 205IPv6 addresses can be specified by enclosing the address in square brackets.
206.Sm off
207.Xo
208.Op Ar bind_address No /
209.Ar port
210.Xc
211.Sm on
212or by enclosing the address in square brackets.
213Only the superuser can forward privileged ports. 206Only the superuser can forward privileged ports.
214By default, the local port is bound in accordance with the 207By default, the local port is bound in accordance with the
215.Cm GatewayPorts 208.Cm GatewayPorts
@@ -320,15 +313,7 @@ port
320.Ar hostport 313.Ar hostport
321from the remote machine. 314from the remote machine.
322Port forwardings can also be specified in the configuration file. 315Port forwardings can also be specified in the configuration file.
323IPv6 addresses can be specified with an alternative syntax: 316IPv6 addresses can be specified by enclosing the address in square brackets.
324.Sm off
325.Xo
326.Op Ar bind_address No /
327.Ar port No / Ar host No /
328.Ar hostport
329.Xc
330.Sm on
331or by enclosing the address in square brackets.
332Only the superuser can forward privileged ports. 317Only the superuser can forward privileged ports.
333By default, the local port is bound in accordance with the 318By default, the local port is bound in accordance with the
334.Cm GatewayPorts 319.Cm GatewayPorts
@@ -511,15 +496,7 @@ from the local machine.
511Port forwardings can also be specified in the configuration file. 496Port forwardings can also be specified in the configuration file.
512Privileged ports can be forwarded only when 497Privileged ports can be forwarded only when
513logging in as root on the remote machine. 498logging in as root on the remote machine.
514IPv6 addresses can be specified by enclosing the address in square braces or 499IPv6 addresses can be specified by enclosing the address in square braces.
515using an alternative syntax:
516.Sm off
517.Xo
518.Op Ar bind_address No /
519.Ar host No / Ar port No /
520.Ar hostport
521.Xc .
522.Sm on
523.Pp 500.Pp
524By default, the listening socket on the server will be bound to the loopback 501By default, the listening socket on the server will be bound to the loopback
525interface only. 502interface only.