summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-05 14:16:56 +1000
committerDamien Miller <djm@mindrot.org>2011-05-05 14:16:56 +1000
commit8cb1cda1e3a24c6f73b96822f36762c1c80ae147 (patch)
treeb47add33eed9be46e999b265ef4351bd70cae39d
parent6c3eec7ab23d58157ded8a0e6283f93e45390d07 (diff)
- djm@cvs.openbsd.org 2011/04/18 00:46:05
[ssh-keygen.c] certificate options are supposed to be packed in lexical order of option name (though we don't actually enforce this at present). Move one up that was out of sequence
-rw-r--r--ChangeLog5
-rw-r--r--ssh.18
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ddee8e5dd..7cc6a2345 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,11 @@
60 allow graceful shutdown of multiplexing: request that a mux server 60 allow graceful shutdown of multiplexing: request that a mux server
61 removes its listener socket and refuse future multiplexing requests; 61 removes its listener socket and refuse future multiplexing requests;
62 ok markus@ 62 ok markus@
63 - djm@cvs.openbsd.org 2011/04/18 00:46:05
64 [ssh-keygen.c]
65 certificate options are supposed to be packed in lexical order of
66 option name (though we don't actually enforce this at present).
67 Move one up that was out of sequence
63 68
6420110221 6920110221
65 - (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the 70 - (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the
diff --git a/ssh.1 b/ssh.1
index 1b0bcb781..a51742f5a 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.317 2011/04/17 22:42:41 djm Exp $ 36.\" $OpenBSD: ssh.1,v 1.318 2011/04/18 00:21:11 jmc Exp $
37.Dd $Mdocdate: April 17 2011 $ 37.Dd $Mdocdate: April 18 2011 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -392,9 +392,9 @@ Valid commands are:
392.Dq check 392.Dq check
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) and 395(request forwardings without command execution),
396.Dq exit 396.Dq exit
397(request the master to exit). 397(request the master to exit), and
398.Dq stop 398.Dq stop
399(request the master to stop accepting further multiplexing requests). 399(request the master to stop accepting further multiplexing requests).
400.It Fl o Ar option 400.It Fl o Ar option