- stevesk@cvs.openbsd.org 2002/01/18 17:14:16
[sshd.8] correct Ciphers default; paola.mannaro@ubs.com
This commit is contained in:
parent
5488b7ec4e
commit
9c3f9505d9
|
@ -201,6 +201,9 @@
|
||||||
- stevesk@cvs.openbsd.org 2002/01/17 04:27:37
|
- stevesk@cvs.openbsd.org 2002/01/17 04:27:37
|
||||||
[log.c]
|
[log.c]
|
||||||
casts to silence enum type warnings for bugzilla bug 37; ok markus@
|
casts to silence enum type warnings for bugzilla bug 37; ok markus@
|
||||||
|
- stevesk@cvs.openbsd.org 2002/01/18 17:14:16
|
||||||
|
[sshd.8]
|
||||||
|
correct Ciphers default; paola.mannaro@ubs.com
|
||||||
|
|
||||||
20020121
|
20020121
|
||||||
- (djm) Rework ssh-rand-helper:
|
- (djm) Rework ssh-rand-helper:
|
||||||
|
@ -7348,4 +7351,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1779 2002/01/22 12:32:57 djm Exp $
|
$Id: ChangeLog,v 1.1780 2002/01/22 12:33:15 djm Exp $
|
||||||
|
|
8
sshd.8
8
sshd.8
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" 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
|
.Dd September 25, 1999
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
|
@ -397,7 +397,11 @@ The default is
|
||||||
Specifies the ciphers allowed for protocol version 2.
|
Specifies the ciphers allowed for protocol version 2.
|
||||||
Multiple ciphers must be comma-separated.
|
Multiple ciphers must be comma-separated.
|
||||||
The default is
|
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
|
.It Cm ClientAliveInterval
|
||||||
Sets a timeout interval in seconds after which if no data has been received
|
Sets a timeout interval in seconds after which if no data has been received
|
||||||
from the client,
|
from the client,
|
||||||
|
|
Loading…
Reference in New Issue