diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-05 19:33:22 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-05 19:33:22 +0000 |
commit | 608d1d1f9b4e1531cd1124dc0df4d38fa56a0712 (patch) | |
tree | a98caa60bc6664e58bc687c457f3b400427ba472 /sshd.8 | |
parent | 7bad55b8cbcb0bade494eb30dbd15c67c8cd9f22 (diff) | |
download | openssh-git-608d1d1f9b4e1531cd1124dc0df4d38fa56a0712.tar.gz |
- markus@cvs.openbsd.org 2001/05/19 16:08:43
[sshd.8]
sort options; Matthew.Stier@fnc.fujitsu.com
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 12 |
1 files changed, 6 insertions, 6 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.121 2001/05/04 14:21:56 stevesk Exp $ +.\" $OpenBSD: sshd.8,v 1.122 2001/05/19 16:08:43 markus Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -347,17 +347,17 @@ Currently there is only support for authentication. The default is .Dq yes . -.It Cm Ciphers -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. .It Cm CheckMail Specifies whether .Nm should check for new mail for interactive logins. The default is .Dq no . +.It Cm Ciphers +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. .It Cm ClientAliveInterval Sets a timeout interval in seconds after which if no data has been received from the client, |