diff options
author | Damien Miller <djm@mindrot.org> | 2009-01-28 06:34:00 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2009-01-28 06:34:00 +0100 |
commit | 9aa72ba57af907af8f7228f64fca8a474797898f (patch) | |
tree | 42e3e9e943030860441c6490e1af48e6c17dd8fc /sshd_config.5 | |
parent | - djm@cvs.openbsd.org 2009/01/23 07:58:11 (diff) | |
download | openssh-9aa72ba57af907af8f7228f64fca8a474797898f.tar.xz openssh-9aa72ba57af907af8f7228f64fca8a474797898f.zip |
- naddy@cvs.openbsd.org 2009/01/24 17:10:22
[ssh_config.5 sshd_config.5]
sync list of preferred ciphers; ok djm@
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 10 |
1 files changed, 5 insertions, 5 deletions
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 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.99 2008/12/30 00:46:56 okan Exp $ -.Dd $Mdocdate: December 30 2008 $ +.\" $OpenBSD: sshd_config.5,v 1.100 2009/01/24 17:10:22 naddy Exp $ +.Dd $Mdocdate: January 24 2009 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -240,9 +240,9 @@ and .Dq cast128-cbc . The default is: .Bd -literal -offset 3n -aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, -arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, -aes192-ctr,aes256-ctr +aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128, +aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc, +aes256-cbc,arcfour .Ed .It Cm ClientAliveCountMax Sets the number of client alive messages (see below) which may be |