summaryrefslogtreecommitdiff
path: root/sshd.8
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 /sshd.8
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 'sshd.8')
-rw-r--r--sshd.87
1 files changed, 3 insertions, 4 deletions
diff --git a/sshd.8 b/sshd.8
index 6eb49238a..d3685b92b 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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: sshd.8,v 1.256 2010/05/07 11:30:30 djm Exp $ 37.\" $OpenBSD: sshd.8,v 1.257 2010/08/04 05:37:01 djm Exp $
38.Dd $Mdocdate: May 7 2010 $ 38.Dd $Mdocdate: August 4 2010 $
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -595,8 +595,7 @@ Limit local
595.Li ``ssh -L'' 595.Li ``ssh -L''
596port forwarding such that it may only connect to the specified host and 596port forwarding such that it may only connect to the specified host and
597port. 597port.
598IPv6 addresses can be specified with an alternative syntax: 598IPv6 addresses can be specified by enclosing the address in square brackets.
599.Ar host Ns / Ns Ar port .
600Multiple 599Multiple
601.Cm permitopen 600.Cm permitopen
602options may be applied separated by commas. 601options may be applied separated by commas.