summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh_config.510
-rw-r--r--sshd_config.510
3 files changed, 14 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index adb1e3817..1ce3a84b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
8120090107 8420090107
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 .
205The default is: 205The default is:
206.Bd -literal -offset 3n 206.Bd -literal -offset 3n
207aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, 207aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
208arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, 208aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,
209aes192-ctr,aes256-ctr 209aes256-cbc,arcfour
210.Ed 210.Ed
211.It Cm ClearAllForwardings 211.It Cm ClearAllForwardings
212Specifies that all local, remote, and dynamic port forwardings 212Specifies 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 .
241The default is: 241The default is:
242.Bd -literal -offset 3n 242.Bd -literal -offset 3n
243aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, 243aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
244arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, 244aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,
245aes192-ctr,aes256-ctr 245aes256-cbc,arcfour
246.Ed 246.Ed
247.It Cm ClientAliveCountMax 247.It Cm ClientAliveCountMax
248Sets the number of client alive messages (see below) which may be 248Sets the number of client alive messages (see below) which may be