diff options
author | dtucker <dtucker> | 2005-07-14 07:06:21 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2005-07-14 07:06:21 +0000 |
commit | a0c350fd924cf21bd4b563a1a176033eee44949b (patch) | |
tree | f9d6d2cb7a347a9b5635212cef22a693951af156 /ssh_config.5 | |
parent | a0904945438caf7ec6824871e8f18d98ba0ff226 (diff) | |
download | openssh-a0c350fd924cf21bd4b563a1a176033eee44949b.tar.gz |
- dtucker@cvs.openbsd.org 2005/07/08 10:20:41
[ssh_config.5]
change BindAddress to match recent ssh -b change; prompted by markus@
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 2b2b1436..9413cb61 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -34,7 +34,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_config.5,v 1.59 2005/07/04 11:29:51 jmc Exp $ +.\" $OpenBSD: ssh_config.5,v 1.60 2005/07/08 10:20:41 dtucker Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -136,8 +136,8 @@ or The default is .Dq no . .It Cm BindAddress -Specify the interface to transmit from on machines with multiple -interfaces or aliased addresses. +Use the specified address on the local machine as the source address of +the connection. Only useful on systems with more than one address. Note that this option does not work if .Cm UsePrivilegedPort is set to |