[ssh.1]
     document new -O cancel command; ok djm@
This commit is contained in:
Damien Miller 2011-09-22 21:40:45 +10:00
parent ff773644e6
commit 1bcbd0a9de
2 changed files with 7 additions and 2 deletions

View File

@ -60,6 +60,9 @@
[channels.c channels.h clientloop.c ssh.1] [channels.c channels.h clientloop.c ssh.1]
support cancellation of local/dynamic forwardings from ~C commandline; support cancellation of local/dynamic forwardings from ~C commandline;
ok & feedback djm@ ok & feedback djm@
- okan@cvs.openbsd.org 2011/09/11 06:59:05
[ssh.1]
document new -O cancel command; ok djm@
20110909 20110909
- (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From

6
ssh.1
View File

@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh.1,v 1.322 2011/09/10 22:26:34 markus Exp $ .\" $OpenBSD: ssh.1,v 1.323 2011/09/11 06:59:05 okan Exp $
.Dd $Mdocdate: September 10 2011 $ .Dd $Mdocdate: September 11 2011 $
.Dt SSH 1 .Dt SSH 1
.Os .Os
.Sh NAME .Sh NAME
@ -393,6 +393,8 @@ Valid commands are:
(check that the master process is running), (check that the master process is running),
.Dq forward .Dq forward
(request forwardings without command execution), (request forwardings without command execution),
.Dq cancel
(cancel forwardings),
.Dq exit .Dq exit
(request the master to exit), and (request the master to exit), and
.Dq stop .Dq stop