diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-07-14 09:04:18 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-07-14 09:04:18 +0200 |
commit | a5cf85584cbf3dcb156ebee6730616872ddd3be8 (patch) | |
tree | a22dc4c5e557b1b6009d9d1c8967910f39cc3506 /ssh.1 | |
parent | - (dtucker) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Remove (diff) | |
download | openssh-a5cf85584cbf3dcb156ebee6730616872ddd3be8.tar.xz openssh-a5cf85584cbf3dcb156ebee6730616872ddd3be8.zip |
- dtucker@cvs.openbsd.org 2005/07/06 09:33:05
[ssh.1]
clarify meaning of ssh -b ; with & ok jmc@
Diffstat (limited to '')
-rw-r--r-- | ssh.1 | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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.1,v 1.208 2005/05/23 23:32:46 djm Exp $ +.\" $OpenBSD: ssh.1,v 1.209 2005/07/06 09:33:05 dtucker Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -423,8 +423,11 @@ authenticate using the identities loaded into the agent. .It Fl a Disables forwarding of the authentication agent connection. .It Fl b Ar bind_address -Specify the interface address to transmit from on machines with multiple -interfaces or aliased addresses. +Use +.Ar bind_address +on the local machine as the source address +of the connection. +Only useful on systems with more than one address. .It Fl C Requests compression of all data (including stdin, stdout, stderr, and data for forwarded X11 and TCP/IP connections). |