- jmc@cvs.openbsd.org 2006/02/12 10:49:44
[ssh_config.5] slight rewording; ok djm
This commit is contained in:
parent
b59d4fe8b5
commit
20c2ec48c3
|
@ -79,6 +79,9 @@
|
|||
raise error when the user specifies a RekeyLimit that is smaller than 16
|
||||
(the smallest of our cipher's blocksize) or big enough to cause integer
|
||||
wraparound; ok & feedback dtucker@
|
||||
- jmc@cvs.openbsd.org 2006/02/12 10:49:44
|
||||
[ssh_config.5]
|
||||
slight rewording; ok djm
|
||||
|
||||
20060313
|
||||
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
||||
|
@ -3980,4 +3983,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.4161 2006/03/15 00:30:38 djm Exp $
|
||||
$Id: ChangeLog,v 1.4162 2006/03/15 00:31:01 djm Exp $
|
||||
|
|
|
@ -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_config.5,v 1.77 2006/02/12 06:45:34 djm Exp $
|
||||
.\" $OpenBSD: ssh_config.5,v 1.78 2006/02/12 10:49:44 jmc Exp $
|
||||
.Dd September 25, 1999
|
||||
.Dt SSH_CONFIG 5
|
||||
.Os
|
||||
|
@ -317,7 +317,7 @@ by the remote login username.
|
|||
It is recommended that any
|
||||
.Cm ControlPath
|
||||
used for opportunistic connection sharing include
|
||||
at least the last three of these escape sequences (%h, %p and %r).
|
||||
at least %h, %p, and %r.
|
||||
This ensures that shared connections are uniquely identified.
|
||||
.It Cm DynamicForward
|
||||
Specifies that a TCP port on the local machine be forwarded
|
||||
|
|
Loading…
Reference in New Issue