[sshd.8]
     sort options; Matthew.Stier@fnc.fujitsu.com
This commit is contained in:
Ben Lindstrom 2001-06-05 19:33:22 +00:00
parent 7bad55b8cb
commit 608d1d1f9b
2 changed files with 10 additions and 7 deletions

View File

@ -16,6 +16,9 @@
[scp.c] [scp.c]
ftruncate() instead of open()+O_TRUNC like rcp.c does ftruncate() instead of open()+O_TRUNC like rcp.c does
allows scp /path/to/file localhost:/path/to/file allows scp /path/to/file localhost:/path/to/file
- markus@cvs.openbsd.org 2001/05/19 16:08:43
[sshd.8]
sort options; Matthew.Stier@fnc.fujitsu.com
20010528 20010528
- (tim) [conifgure.in] add setvbuf test needed for sftp-int.c - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
@ -5446,4 +5449,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1230 2001/06/05 19:31:41 mouring Exp $ $Id: ChangeLog,v 1.1231 2001/06/05 19:33:22 mouring Exp $

12
sshd.8
View File

@ -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.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 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -347,17 +347,17 @@ Currently there is only support for
authentication. authentication.
The default is The default is
.Dq yes . .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 .It Cm CheckMail
Specifies whether Specifies whether
.Nm .Nm
should check for new mail for interactive logins. should check for new mail for interactive logins.
The default is The default is
.Dq no . .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 .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,