diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-07-14 17:04:18 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-07-14 17:04:18 +1000 |
commit | a5cf85584cbf3dcb156ebee6730616872ddd3be8 (patch) | |
tree | a22dc4c5e557b1b6009d9d1c8967910f39cc3506 /ssh.1 | |
parent | 893c602ef05e2a11d76a945ac19c75bcc029c515 (diff) |
- dtucker@cvs.openbsd.org 2005/07/06 09:33:05
[ssh.1]
clarify meaning of ssh -b ; with & ok jmc@
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.208 2005/05/23 23:32:46 djm Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.209 2005/07/06 09:33:05 dtucker Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -423,8 +423,11 @@ authenticate using the identities loaded into the agent. | |||
423 | .It Fl a | 423 | .It Fl a |
424 | Disables forwarding of the authentication agent connection. | 424 | Disables forwarding of the authentication agent connection. |
425 | .It Fl b Ar bind_address | 425 | .It Fl b Ar bind_address |
426 | Specify the interface address to transmit from on machines with multiple | 426 | Use |
427 | interfaces or aliased addresses. | 427 | .Ar bind_address |
428 | on the local machine as the source address | ||
429 | of the connection. | ||
430 | Only useful on systems with more than one address. | ||
428 | .It Fl C | 431 | .It Fl C |
429 | Requests compression of all data (including stdin, stdout, stderr, and | 432 | Requests compression of all data (including stdin, stdout, stderr, and |
430 | data for forwarded X11 and TCP/IP connections). | 433 | data for forwarded X11 and TCP/IP connections). |