summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-15 08:36:29 +1000
committerDamien Miller <djm@mindrot.org>2011-05-15 08:36:29 +1000
commit58a77e2eac23f22708002e00a57af1b9cbec282f (patch)
treea60de560160239d1be2c30a149a09d3fb38faeb9 /sftp.1
parentfd53abd00bf1708c401f3de3d62e9d8ca635e4d3 (diff)
- djm@cvs.openbsd.org 2011/05/06 01:09:53
[sftp.1] mention that IPv6 addresses must be enclosed in square brackets; bz#1845
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.18
1 files changed, 6 insertions, 2 deletions
diff --git a/sftp.1 b/sftp.1
index 89b5d3544..3b6ee3890 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.88 2010/12/04 00:18:01 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.89 2011/05/06 01:09:53 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -22,7 +22,7 @@
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\" 24.\"
25.Dd $Mdocdate: December 4 2010 $ 25.Dd $Mdocdate: May 6 2011 $
26.Dt SFTP 1 26.Dt SFTP 1
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -89,6 +89,10 @@ to obviate the need to enter a password at connection time (see
89and 89and
90.Xr ssh-keygen 1 90.Xr ssh-keygen 1
91for details). 91for details).
92.Pp
93Since some usage formats use colon characters to delimit host names from path
94names, IPv6 addresses must be enclosed in square brackets to avoid ambiguity.
95.Pp
92The options are as follows: 96The options are as follows:
93.Bl -tag -width Ds 97.Bl -tag -width Ds
94.It Fl 1 98.It Fl 1