diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh.1 | 6 |
2 files changed, 7 insertions, 2 deletions
@@ -60,6 +60,9 @@ | |||
60 | [channels.c channels.h clientloop.c ssh.1] | 60 | [channels.c channels.h clientloop.c ssh.1] |
61 | support cancellation of local/dynamic forwardings from ~C commandline; | 61 | support cancellation of local/dynamic forwardings from ~C commandline; |
62 | ok & feedback djm@ | 62 | ok & feedback djm@ |
63 | - okan@cvs.openbsd.org 2011/09/11 06:59:05 | ||
64 | [ssh.1] | ||
65 | document new -O cancel command; ok djm@ | ||
63 | 66 | ||
64 | 20110909 | 67 | 20110909 |
65 | - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From | 68 | - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From |
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh.1,v 1.322 2011/09/10 22:26:34 markus Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.323 2011/09/11 06:59:05 okan Exp $ |
37 | .Dd $Mdocdate: September 10 2011 $ | 37 | .Dd $Mdocdate: September 11 2011 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -393,6 +393,8 @@ Valid commands are: | |||
393 | (check that the master process is running), | 393 | (check that the master process is running), |
394 | .Dq forward | 394 | .Dq forward |
395 | (request forwardings without command execution), | 395 | (request forwardings without command execution), |
396 | .Dq cancel | ||
397 | (cancel forwardings), | ||
396 | .Dq exit | 398 | .Dq exit |
397 | (request the master to exit), and | 399 | (request the master to exit), and |
398 | .Dq stop | 400 | .Dq stop |