From 46a7b40d1e14ab5947eb3697bd8c2ed86cc0476c Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 15 May 2003 14:17:28 +1000 Subject: [PATCH] - markus@cvs.openbsd.org 2003/05/15 04:08:41 [ssh.1] ~B is ssh2 only --- ChangeLog | 5 ++++- ssh.1 | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67af70524..bb1a2d9c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -38,6 +38,9 @@ - jakob@cvs.openbsd.org 2003/05/15 04:08:44 [readconf.c servconf.c] disable kerberos when not supported. ok markus@ + - markus@cvs.openbsd.org 2003/05/15 04:08:41 + [ssh.1] + ~B is ssh2 only - (djm) Always parse UsePAM - (djm) Configure glue for DNS support (code doesn't work in portable yet) - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support) @@ -1520,4 +1523,4 @@ save auth method before monitor_reset_key_state(); bugzilla bug #284; ok provos@ -$Id: ChangeLog,v 1.2718 2003/05/15 04:16:41 djm Exp $ +$Id: ChangeLog,v 1.2719 2003/05/15 04:17:28 djm Exp $ diff --git a/ssh.1 b/ssh.1 index 8f91ba754..f4b1679e3 100644 --- a/ssh.1 +++ b/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.170 2003/05/14 22:24:42 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.171 2003/05/15 04:08:41 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -302,7 +302,8 @@ to terminate .It Cm ~? Display a list of escape characters .It Cm ~B -Send a BREAK to the remote system. +Send a BREAK to the remote system (only useful for SSH protocol version 2 +and if the peer supports it) .It Cm ~C Open command line (only useful for adding port forwardings using the .Fl L