diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-15 14:17:28 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-15 14:17:28 +1000 |
commit | 46a7b40d1e14ab5947eb3697bd8c2ed86cc0476c (patch) | |
tree | de6bfeff4228490e18751828986cbd5e8a911ceb | |
parent | 156cbe8c67d1824745c17efe0ec42487be9a5d28 (diff) |
- markus@cvs.openbsd.org 2003/05/15 04:08:41
[ssh.1]
~B is ssh2 only
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 5 |
2 files changed, 7 insertions, 3 deletions
@@ -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 $ |
@@ -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 ~? |
303 | Display a list of escape characters | 303 | Display a list of escape characters |
304 | .It Cm ~B | 304 | .It Cm ~B |
305 | Send a BREAK to the remote system. | 305 | Send a BREAK to the remote system (only useful for SSH protocol version 2 |
306 | and if the peer supports it) | ||
306 | .It Cm ~C | 307 | .It Cm ~C |
307 | Open command line (only useful for adding port forwardings using the | 308 | Open command line (only useful for adding port forwardings using the |
308 | .Fl L | 309 | .Fl L |