summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2018-02-23 07:38:09 +0000
committerDamien Miller <djm@mindrot.org>2018-02-26 11:32:29 +1100
commit7d330a1ac02076de98cfc8fda05353d57b603755 (patch)
treeead02284aaa24c0bc89dc91e7034890a75c8f8a2 /ssh.1
parentc7b5a47e3b9db9a0f0198f9c90c705f6307afc2b (diff)
downloadopenssh-git-7d330a1ac02076de98cfc8fda05353d57b603755.tar.gz
upstream: some cleanup for BindInterface and ssh-keyscan;
OpenBSD-Commit-ID: 1a719ebeae22a166adf05bea5009add7075acc8c
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.16
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh.1 b/ssh.1
index d754b3a4..b4078525 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,7 +33,7 @@
.\" (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: ssh.1,v 1.390 2018/02/23 02:34:33 djm Exp $
+.\" $OpenBSD: ssh.1,v 1.391 2018/02/23 07:38:09 jmc Exp $
.Dd $Mdocdate: February 23 2018 $
.Dt SSH 1
.Os
@@ -125,9 +125,9 @@ authenticate using the identities loaded into the agent.
.It Fl a
Disables forwarding of the authentication agent connection.
.Pp
-.It Fl B Ar interface
+.It Fl B Ar bind_interface
Bind to the address of
-.Ar interface
+.Ar bind_interface
before attempting to connect to the destination host.
This is only useful on systems with more than one address.
.Pp