mirror of git://anongit.mindrot.org/openssh.git
- dtucker@cvs.openbsd.org 2005/07/06 09:33:05
[ssh.1] clarify meaning of ssh -b ; with & ok jmc@
This commit is contained in:
parent
893c602ef0
commit
a5cf85584c
|
@ -1,3 +1,9 @@
|
|||
20050714
|
||||
- (dtucker) OpenBSD CVS Sync
|
||||
- dtucker@cvs.openbsd.org 2005/07/06 09:33:05
|
||||
[ssh.1]
|
||||
clarify meaning of ssh -b ; with & ok jmc@
|
||||
|
||||
20050707
|
||||
- dtucker [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for
|
||||
the MIT Kerberos code path into a common function and expand mkstemp
|
||||
|
@ -2795,4 +2801,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3838 2005/07/07 10:33:36 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3839 2005/07/14 07:04:18 dtucker Exp $
|
||||
|
|
9
ssh.1
9
ssh.1
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue