summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-08-05 13:03:13 +1000
committerDamien Miller <djm@mindrot.org>2010-08-05 13:03:13 +1000
commit7fa96602e52f02e66897f98a1568cbd3a555192b (patch)
tree0736a83065f5ba47a1c79db14c4a3bd739404e73 /ssh_config.5
parent081f3c73d8ee4352968348bd6d3dfb65203f3e01 (diff)
- djm@cvs.openbsd.org 2010/08/04 05:37:01
[ssh.1 ssh_config.5 sshd.8] Remove mentions of weird "addr/port" alternate address format for IPv6 addresses combinations. It hasn't worked for ages and we have supported the more commen "[addr]:port" format for a long time. ok jmc@ markus@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.520
1 files changed, 5 insertions, 15 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 04df8184c..ddb806ec0 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -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_config.5,v 1.137 2010/07/19 09:15:12 djm Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.138 2010/08/04 05:37:01 djm Exp $
38.Dd $Mdocdate: July 19 2010 $ 38.Dd $Mdocdate: August 4 2010 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -351,9 +351,7 @@ The argument must be
351.Sm off 351.Sm off
352.Oo Ar bind_address : Oc Ar port . 352.Oo Ar bind_address : Oc Ar port .
353.Sm on 353.Sm on
354IPv6 addresses can be specified by enclosing addresses in square brackets or 354IPv6 addresses can be specified by enclosing addresses in square brackets.
355by using an alternative syntax:
356.Oo Ar bind_address Ns / Oc Ns Ar port .
357By default, the local port is bound in accordance with the 355By default, the local port is bound in accordance with the
358.Cm GatewayPorts 356.Cm GatewayPorts
359setting. 357setting.
@@ -678,11 +676,7 @@ The first argument must be
678.Sm on 676.Sm on
679and the second argument must be 677and the second argument must be
680.Ar host : Ns Ar hostport . 678.Ar host : Ns Ar hostport .
681IPv6 addresses can be specified by enclosing addresses in square brackets or 679IPv6 addresses can be specified by enclosing addresses in square brackets.
682by using an alternative syntax:
683.Oo Ar bind_address Ns / Oc Ns Ar port
684and
685.Ar host Ns / Ns Ar hostport .
686Multiple forwardings may be specified, and additional forwardings can be 680Multiple forwardings may be specified, and additional forwardings can be
687given on the command line. 681given on the command line.
688Only the superuser can forward privileged ports. 682Only the superuser can forward privileged ports.
@@ -862,11 +856,7 @@ The first argument must be
862.Sm on 856.Sm on
863and the second argument must be 857and the second argument must be
864.Ar host : Ns Ar hostport . 858.Ar host : Ns Ar hostport .
865IPv6 addresses can be specified by enclosing addresses in square brackets 859IPv6 addresses can be specified by enclosing addresses in square brackets.
866or by using an alternative syntax:
867.Oo Ar bind_address Ns / Oc Ns Ar port
868and
869.Ar host Ns / Ns Ar hostport .
870Multiple forwardings may be specified, and additional 860Multiple forwardings may be specified, and additional
871forwardings can be given on the command line. 861forwardings can be given on the command line.
872Privileged ports can be forwarded only when 862Privileged ports can be forwarded only when