summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scp.15
-rw-r--r--sftp.15
-rw-r--r--ssh-keyscan.17
-rw-r--r--ssh.16
-rw-r--r--ssh_config.516
5 files changed, 21 insertions, 18 deletions
diff --git a/scp.1 b/scp.1
index d6d9d97c1..8d251e34a 100644
--- a/scp.1
+++ b/scp.1
@@ -8,9 +8,9 @@
8.\" 8.\"
9.\" Created: Sun May 7 00:14:37 1995 ylo 9.\" Created: Sun May 7 00:14:37 1995 ylo
10.\" 10.\"
11.\" $OpenBSD: scp.1,v 1.76 2017/10/25 06:19:46 jmc Exp $ 11.\" $OpenBSD: scp.1,v 1.77 2018/02/23 07:38:09 jmc Exp $
12.\" 12.\"
13.Dd $Mdocdate: October 25 2017 $ 13.Dd $Mdocdate: February 23 2018 $
14.Dt SCP 1 14.Dt SCP 1
15.Os 15.Os
16.Sh NAME 16.Sh NAME
@@ -124,6 +124,7 @@ For full details of the options listed below, and their possible values, see
124.It AddressFamily 124.It AddressFamily
125.It BatchMode 125.It BatchMode
126.It BindAddress 126.It BindAddress
127.It BindInterface
127.It CanonicalDomains 128.It CanonicalDomains
128.It CanonicalizeFallbackLocal 129.It CanonicalizeFallbackLocal
129.It CanonicalizeHostname 130.It CanonicalizeHostname
diff --git a/sftp.1 b/sftp.1
index 529be7fc6..43e0442f7 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.113 2017/11/03 03:46:52 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.114 2018/02/23 07:38:09 jmc 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: November 3 2017 $ 25.Dd $Mdocdate: February 23 2018 $
26.Dt SFTP 1 26.Dt SFTP 1
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -194,6 +194,7 @@ For full details of the options listed below, and their possible values, see
194.It AddressFamily 194.It AddressFamily
195.It BatchMode 195.It BatchMode
196.It BindAddress 196.It BindAddress
197.It BindInterface
197.It CanonicalDomains 198.It CanonicalDomains
198.It CanonicalizeFallbackLocal 199.It CanonicalizeFallbackLocal
199.It CanonicalizeHostname 200.It CanonicalizeHostname
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1
index cdbce0b30..b6bee1771 100644
--- a/ssh-keyscan.1
+++ b/ssh-keyscan.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keyscan.1,v 1.41 2018/02/23 05:14:05 djm Exp $ 1.\" $OpenBSD: ssh-keyscan.1,v 1.42 2018/02/23 07:38:09 jmc Exp $
2.\" 2.\"
3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. 3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
4.\" 4.\"
@@ -165,9 +165,10 @@ $ ssh-keyscan -t rsa,dsa,ecdsa,ed25519 -f ssh_hosts | \e
165.Sh SEE ALSO 165.Sh SEE ALSO
166.Xr ssh 1 , 166.Xr ssh 1 ,
167.Xr sshd 8 167.Xr sshd 8
168.%R RFC 4255 168.Rs
169.%T "Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints"
170.%D 2006 169.%D 2006
170.%R RFC 4255
171.%T Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints
171.Re 172.Re
172.Sh AUTHORS 173.Sh AUTHORS
173.An -nosplit 174.An -nosplit
diff --git a/ssh.1 b/ssh.1
index d754b3a41..b4078525b 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,7 +33,7 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh.1,v 1.390 2018/02/23 02:34:33 djm Exp $ 36.\" $OpenBSD: ssh.1,v 1.391 2018/02/23 07:38:09 jmc Exp $
37.Dd $Mdocdate: February 23 2018 $ 37.Dd $Mdocdate: February 23 2018 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
@@ -125,9 +125,9 @@ authenticate using the identities loaded into the agent.
125.It Fl a 125.It Fl a
126Disables forwarding of the authentication agent connection. 126Disables forwarding of the authentication agent connection.
127.Pp 127.Pp
128.It Fl B Ar interface 128.It Fl B Ar bind_interface
129Bind to the address of 129Bind to the address of
130.Ar interface 130.Ar bind_interface
131before attempting to connect to the destination host. 131before attempting to connect to the destination host.
132This is only useful on systems with more than one address. 132This is only useful on systems with more than one address.
133.Pp 133.Pp
diff --git a/ssh_config.5 b/ssh_config.5
index bdf41371c..71705cabd 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,7 +33,7 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.267 2018/02/23 02:34:33 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.268 2018/02/23 07:38:09 jmc Exp $
37.Dd $Mdocdate: February 23 2018 $ 37.Dd $Mdocdate: February 23 2018 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
@@ -254,13 +254,6 @@ The argument must be
254or 254or
255.Cm no 255.Cm no
256(the default). 256(the default).
257.It Cm BindInterface
258Use the address of the specified interface on the local machine as the
259source address of the connection.
260Note that this option does not work if
261.Cm UsePrivilegedPort
262is set to
263.Cm yes .
264.It Cm BindAddress 257.It Cm BindAddress
265Use the specified address on the local machine as the source address of 258Use the specified address on the local machine as the source address of
266the connection. 259the connection.
@@ -269,6 +262,13 @@ Note that this option does not work if
269.Cm UsePrivilegedPort 262.Cm UsePrivilegedPort
270is set to 263is set to
271.Cm yes . 264.Cm yes .
265.It Cm BindInterface
266Use the address of the specified interface on the local machine as the
267source address of the connection.
268Note that this option does not work if
269.Cm UsePrivilegedPort
270is set to
271.Cm yes .
272.It Cm CanonicalDomains 272.It Cm CanonicalDomains
273When 273When
274.Cm CanonicalizeHostname 274.Cm CanonicalizeHostname