diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 23 |
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 | |||
258 | Use the specified address on the local machine as the source address of | 258 | Use the specified address on the local machine as the source address of |
259 | the connection. | 259 | the connection. |
260 | Only useful on systems with more than one address. | 260 | Only useful on systems with more than one address. |
261 | Note that this option does not work if | ||
262 | .Cm UsePrivilegedPort | ||
263 | is set to | ||
264 | .Cm yes . | ||
265 | .It Cm BindInterface | 261 | .It Cm BindInterface |
266 | Use the address of the specified interface on the local machine as the | 262 | Use the address of the specified interface on the local machine as the |
267 | source address of the connection. | 263 | source address of the connection. |
268 | Note that this option does not work if | ||
269 | .Cm UsePrivilegedPort | ||
270 | is set to | ||
271 | .Cm yes . | ||
272 | .It Cm CanonicalDomains | 264 | .It Cm CanonicalDomains |
273 | When | 265 | When |
274 | .Cm CanonicalizeHostname | 266 | .Cm CanonicalizeHostname |
@@ -1603,17 +1595,6 @@ Presently, only | |||
1603 | from OpenSSH 6.8 and greater support the | 1595 | from OpenSSH 6.8 and greater support the |
1604 | .Qq hostkeys@openssh.com | 1596 | .Qq hostkeys@openssh.com |
1605 | protocol extension used to inform the client of all the server's hostkeys. | 1597 | protocol extension used to inform the client of all the server's hostkeys. |
1606 | .It Cm UsePrivilegedPort | ||
1607 | Specifies whether to use a privileged port for outgoing connections. | ||
1608 | The argument must be | ||
1609 | .Cm yes | ||
1610 | or | ||
1611 | .Cm no | ||
1612 | (the default). | ||
1613 | If set to | ||
1614 | .Cm yes , | ||
1615 | .Xr ssh 1 | ||
1616 | must be setuid root. | ||
1617 | .It Cm User | 1598 | .It Cm User |
1618 | Specifies the user to log in as. | 1599 | Specifies the user to log in as. |
1619 | This can be useful when a different user name is used on different machines. | 1600 | This can be useful when a different user name is used on different machines. |