summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.523
1 files changed, 2 insertions, 21 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index df94d60db..0e5bb9078 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
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.279 2018/07/04 13:49:31 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.280 2018/07/19 10:28:47 dtucker Exp $
37.Dd $Mdocdate: July 4 2018 $ 37.Dd $Mdocdate: July 19 2018 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -258,17 +258,9 @@ or
258Use 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
259the connection. 259the connection.
260Only useful on systems with more than one address. 260Only useful on systems with more than one address.
261Note that this option does not work if
262.Cm UsePrivilegedPort
263is set to
264.Cm yes .
265.It Cm BindInterface 261.It Cm BindInterface
266Use the address of the specified interface on the local machine as the 262Use the address of the specified interface on the local machine as the
267source address of the connection. 263source 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 264.It Cm CanonicalDomains
273When 265When
274.Cm CanonicalizeHostname 266.Cm CanonicalizeHostname
@@ -1603,17 +1595,6 @@ Presently, only
1603from OpenSSH 6.8 and greater support the 1595from OpenSSH 6.8 and greater support the
1604.Qq hostkeys@openssh.com 1596.Qq hostkeys@openssh.com
1605protocol extension used to inform the client of all the server's hostkeys. 1597protocol extension used to inform the client of all the server's hostkeys.
1606.It Cm UsePrivilegedPort
1607Specifies whether to use a privileged port for outgoing connections.
1608The argument must be
1609.Cm yes
1610or
1611.Cm no
1612(the default).
1613If set to
1614.Cm yes ,
1615.Xr ssh 1
1616must be setuid root.
1617.It Cm User 1598.It Cm User
1618Specifies the user to log in as. 1599Specifies the user to log in as.
1619This can be useful when a different user name is used on different machines. 1600This can be useful when a different user name is used on different machines.