diff options
author | Damien Miller <djm@mindrot.org> | 2009-01-28 16:34:00 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2009-01-28 16:34:00 +1100 |
commit | 9aa72ba57af907af8f7228f64fca8a474797898f (patch) | |
tree | 42e3e9e943030860441c6490e1af48e6c17dd8fc | |
parent | 67081b5148f73c9af21e933b460f5bc1affb5661 (diff) |
- naddy@cvs.openbsd.org 2009/01/24 17:10:22
[ssh_config.5 sshd_config.5]
sync list of preferred ciphers; ok djm@
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh_config.5 | 10 | ||||
-rw-r--r-- | sshd_config.5 | 10 |
3 files changed, 14 insertions, 11 deletions
@@ -77,6 +77,9 @@ | |||
77 | [myproposal.h] | 77 | [myproposal.h] |
78 | prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC | 78 | prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC |
79 | modes; ok markus@ | 79 | modes; ok markus@ |
80 | - naddy@cvs.openbsd.org 2009/01/24 17:10:22 | ||
81 | [ssh_config.5 sshd_config.5] | ||
82 | sync list of preferred ciphers; ok djm@ | ||
80 | 83 | ||
81 | 20090107 | 84 | 20090107 |
82 | - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X. | 85 | - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X. |
@@ -5086,5 +5089,5 @@ | |||
5086 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 5089 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
5087 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 5090 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
5088 | 5091 | ||
5089 | $Id: ChangeLog,v 1.5177 2009/01/28 05:33:31 djm Exp $ | 5092 | $Id: ChangeLog,v 1.5178 2009/01/28 05:34:00 djm Exp $ |
5090 | 5093 | ||
diff --git a/ssh_config.5 b/ssh_config.5 index abc3b0b16..376d928a1 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -34,8 +34,8 @@ | |||
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_config.5,v 1.115 2008/11/04 08:22:13 djm Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.116 2009/01/24 17:10:22 naddy Exp $ |
38 | .Dd $Mdocdate: November 4 2008 $ | 38 | .Dd $Mdocdate: January 24 2009 $ |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -204,9 +204,9 @@ and | |||
204 | .Dq cast128-cbc . | 204 | .Dq cast128-cbc . |
205 | The default is: | 205 | The default is: |
206 | .Bd -literal -offset 3n | 206 | .Bd -literal -offset 3n |
207 | aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, | 207 | aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128, |
208 | arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, | 208 | aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc, |
209 | aes192-ctr,aes256-ctr | 209 | aes256-cbc,arcfour |
210 | .Ed | 210 | .Ed |
211 | .It Cm ClearAllForwardings | 211 | .It Cm ClearAllForwardings |
212 | Specifies that all local, remote, and dynamic port forwardings | 212 | Specifies that all local, remote, and dynamic port forwardings |
diff --git a/sshd_config.5 b/sshd_config.5 index 1829b330d..033ae8d3d 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -34,8 +34,8 @@ | |||
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: sshd_config.5,v 1.99 2008/12/30 00:46:56 okan Exp $ | 37 | .\" $OpenBSD: sshd_config.5,v 1.100 2009/01/24 17:10:22 naddy Exp $ |
38 | .Dd $Mdocdate: December 30 2008 $ | 38 | .Dd $Mdocdate: January 24 2009 $ |
39 | .Dt SSHD_CONFIG 5 | 39 | .Dt SSHD_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -240,9 +240,9 @@ and | |||
240 | .Dq cast128-cbc . | 240 | .Dq cast128-cbc . |
241 | The default is: | 241 | The default is: |
242 | .Bd -literal -offset 3n | 242 | .Bd -literal -offset 3n |
243 | aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, | 243 | aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128, |
244 | arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, | 244 | aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc, |
245 | aes192-ctr,aes256-ctr | 245 | aes256-cbc,arcfour |
246 | .Ed | 246 | .Ed |
247 | .It Cm ClientAliveCountMax | 247 | .It Cm ClientAliveCountMax |
248 | Sets the number of client alive messages (see below) which may be | 248 | Sets the number of client alive messages (see below) which may be |