diff options
author | Damien Miller <djm@mindrot.org> | 2005-05-26 12:03:15 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-05-26 12:03:15 +1000 |
commit | 3dc967e17b7eb226ac1211f17ee6fabfc0234015 (patch) | |
tree | e706b41ba2b1f62e25fd61d9788f2e5f6b0992ee | |
parent | 5fd38c0ed985d7d699e6be1ff5d211cac130b71e (diff) |
- jmc@cvs.openbsd.org 2005/04/14 12:30:30
[ssh.1]
arg to -b is an address, not if_name;
ok markus@
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh.1 | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -16,6 +16,10 @@ | |||
16 | [misc.c misc.h tildexpand.c Makefile.in] | 16 | [misc.c misc.h tildexpand.c Makefile.in] |
17 | replace tilde_expand_filename with a simpler implementation, ahead of | 17 | replace tilde_expand_filename with a simpler implementation, ahead of |
18 | more whacking; ok deraadt@ | 18 | more whacking; ok deraadt@ |
19 | - jmc@cvs.openbsd.org 2005/04/14 12:30:30 | ||
20 | [ssh.1] | ||
21 | arg to -b is an address, not if_name; | ||
22 | ok markus@ | ||
19 | 23 | ||
20 | 20050524 | 24 | 20050524 |
21 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | 25 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
@@ -2515,4 +2519,4 @@ | |||
2515 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2519 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2516 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2520 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2517 | 2521 | ||
2518 | $Id: ChangeLog,v 1.3765 2005/05/26 02:02:14 djm Exp $ | 2522 | $Id: ChangeLog,v 1.3766 2005/05/26 02:03:15 djm Exp $ |
@@ -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.205 2005/03/07 23:41:54 jmc Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.206 2005/04/14 12:30:30 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -423,7 +423,7 @@ 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 to transmit from on machines with multiple | 426 | Specify the interface address to transmit from on machines with multiple |
427 | interfaces or aliased addresses. | 427 | interfaces or aliased addresses. |
428 | .It Fl C | 428 | .It Fl C |
429 | Requests compression of all data (including stdin, stdout, stderr, and | 429 | Requests compression of all data (including stdin, stdout, stderr, and |