diff options
author | Damien Miller <djm@mindrot.org> | 2002-01-22 23:33:15 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-01-22 23:33:15 +1100 |
commit | 9c3f9505d9401a7af93098a59f3979e4608cde50 (patch) | |
tree | 81d49e2cd0f6f0da1a419c9c16260cacd4b89748 /sshd.8 | |
parent | 5488b7ec4edc06e344f899933cab615d7b925b70 (diff) | |
download | openssh-git-9c3f9505d9401a7af93098a59f3979e4608cde50.tar.gz |
- stevesk@cvs.openbsd.org 2002/01/18 17:14:16
[sshd.8]
correct Ciphers default; paola.mannaro@ubs.com
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -34,7 +34,7 @@ .\" (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.8,v 1.161 2002/01/05 21:51:56 stevesk Exp $ +.\" $OpenBSD: sshd.8,v 1.162 2002/01/18 17:14:16 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -397,7 +397,11 @@ The default is Specifies the ciphers allowed for protocol version 2. Multiple ciphers must be comma-separated. The default is -.Dq aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour . +.Pp +.Bd -literal + ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour, + aes192-cbc,aes256-cbc'' +.Ed .It Cm ClientAliveInterval Sets a timeout interval in seconds after which if no data has been received from the client, |