- jmc@cvs.openbsd.org 2005/04/14 12:30:30
[ssh.1] arg to -b is an address, not if_name; ok markus@
This commit is contained in:
parent
5fd38c0ed9
commit
3dc967e17b
|
@ -16,6 +16,10 @@
|
||||||
[misc.c misc.h tildexpand.c Makefile.in]
|
[misc.c misc.h tildexpand.c Makefile.in]
|
||||||
replace tilde_expand_filename with a simpler implementation, ahead of
|
replace tilde_expand_filename with a simpler implementation, ahead of
|
||||||
more whacking; ok deraadt@
|
more whacking; ok deraadt@
|
||||||
|
- jmc@cvs.openbsd.org 2005/04/14 12:30:30
|
||||||
|
[ssh.1]
|
||||||
|
arg to -b is an address, not if_name;
|
||||||
|
ok markus@
|
||||||
|
|
||||||
20050524
|
20050524
|
||||||
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
|
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
|
||||||
|
@ -2515,4 +2519,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3765 2005/05/26 02:02:14 djm Exp $
|
$Id: ChangeLog,v 1.3766 2005/05/26 02:03:15 djm Exp $
|
||||||
|
|
4
ssh.1
4
ssh.1
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh.1,v 1.205 2005/03/07 23:41:54 jmc Exp $
|
.\" $OpenBSD: ssh.1,v 1.206 2005/04/14 12:30:30 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
|
@ -423,7 +423,7 @@ authenticate using the identities loaded into the agent.
|
||||||
.It Fl a
|
.It Fl a
|
||||||
Disables forwarding of the authentication agent connection.
|
Disables forwarding of the authentication agent connection.
|
||||||
.It Fl b Ar bind_address
|
.It Fl b Ar bind_address
|
||||||
Specify the interface to transmit from on machines with multiple
|
Specify the interface address to transmit from on machines with multiple
|
||||||
interfaces or aliased addresses.
|
interfaces or aliased addresses.
|
||||||
.It Fl C
|
.It Fl C
|
||||||
Requests compression of all data (including stdin, stdout, stderr, and
|
Requests compression of all data (including stdin, stdout, stderr, and
|
||||||
|
|
Loading…
Reference in New Issue