diff options
author | Damien Miller <djm@mindrot.org> | 2010-08-05 13:03:13 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-08-05 13:03:13 +1000 |
commit | 7fa96602e52f02e66897f98a1568cbd3a555192b (patch) | |
tree | 0736a83065f5ba47a1c79db14c4a3bd739404e73 /sshd.8 | |
parent | 081f3c73d8ee4352968348bd6d3dfb65203f3e01 (diff) | |
download | openssh-git-7fa96602e52f02e66897f98a1568cbd3a555192b.tar.gz |
- 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.8 | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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: sshd.8,v 1.256 2010/05/07 11:30:30 djm Exp $ -.Dd $Mdocdate: May 7 2010 $ +.\" $OpenBSD: sshd.8,v 1.257 2010/08/04 05:37:01 djm Exp $ +.Dd $Mdocdate: August 4 2010 $ .Dt SSHD 8 .Os .Sh NAME @@ -595,8 +595,7 @@ Limit local .Li ``ssh -L'' port forwarding such that it may only connect to the specified host and port. -IPv6 addresses can be specified with an alternative syntax: -.Ar host Ns / Ns Ar port . +IPv6 addresses can be specified by enclosing the address in square brackets. Multiple .Cm permitopen options may be applied separated by commas. |