summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-15 14:17:28 +1000
committerDamien Miller <djm@mindrot.org>2003-05-15 14:17:28 +1000
commit46a7b40d1e14ab5947eb3697bd8c2ed86cc0476c (patch)
treede6bfeff4228490e18751828986cbd5e8a911ceb
parent156cbe8c67d1824745c17efe0ec42487be9a5d28 (diff)
- markus@cvs.openbsd.org 2003/05/15 04:08:41
[ssh.1] ~B is ssh2 only
-rw-r--r--ChangeLog5
-rw-r--r--ssh.15
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 @@
38 - jakob@cvs.openbsd.org 2003/05/15 04:08:44 38 - jakob@cvs.openbsd.org 2003/05/15 04:08:44
39 [readconf.c servconf.c] 39 [readconf.c servconf.c]
40 disable kerberos when not supported. ok markus@ 40 disable kerberos when not supported. ok markus@
41 - markus@cvs.openbsd.org 2003/05/15 04:08:41
42 [ssh.1]
43 ~B is ssh2 only
41 - (djm) Always parse UsePAM 44 - (djm) Always parse UsePAM
42 - (djm) Configure glue for DNS support (code doesn't work in portable yet) 45 - (djm) Configure glue for DNS support (code doesn't work in portable yet)
43 - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support) 46 - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
@@ -1520,4 +1523,4 @@
1520 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1523 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1521 ok provos@ 1524 ok provos@
1522 1525
1523$Id: ChangeLog,v 1.2718 2003/05/15 04:16:41 djm Exp $ 1526$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 @@
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.170 2003/05/14 22:24:42 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.171 2003/05/15 04:08:41 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -302,7 +302,8 @@ to terminate
302.It Cm ~? 302.It Cm ~?
303Display a list of escape characters 303Display a list of escape characters
304.It Cm ~B 304.It Cm ~B
305Send a BREAK to the remote system. 305Send a BREAK to the remote system (only useful for SSH protocol version 2
306and if the peer supports it)
306.It Cm ~C 307.It Cm ~C
307Open command line (only useful for adding port forwardings using the 308Open command line (only useful for adding port forwardings using the
308.Fl L 309.Fl L