[ssh.1 sshd.8]
     some missing and misplaced periods
This commit is contained in:
Damien Miller 2002-01-22 23:19:55 +11:00
parent a90fc08b88
commit 70972eb388
3 changed files with 10 additions and 7 deletions

View File

@ -97,6 +97,9 @@
fix hanging x11 channels for rejected cookies (e.g. fix hanging x11 channels for rejected cookies (e.g.
XAUTHORITY=/dev/null xbiff) bug #36, based on patch from XAUTHORITY=/dev/null xbiff) bug #36, based on patch from
djast@cs.toronto.edu djast@cs.toronto.edu
- stevesk@cvs.openbsd.org 2002/01/05 21:51:56
[ssh.1 sshd.8]
some missing and misplaced periods
20020121 20020121
@ -7245,4 +7248,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1750 2002/01/22 12:19:38 djm Exp $ $Id: ChangeLog,v 1.1751 2002/01/22 12:19:55 djm Exp $

6
ssh.1
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: ssh.1,v 1.142 2001/12/28 22:37:48 stevesk Exp $ .\" $OpenBSD: ssh.1,v 1.143 2002/01/05 21:51:56 stevesk Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
.Os .Os
@ -900,7 +900,7 @@ is similar to
Specifies the protocol version 2 host key algorithms Specifies the protocol version 2 host key algorithms
that the client wants to use in order of preference. that the client wants to use in order of preference.
The default for this option is: The default for this option is:
.Dq ssh-rsa,ssh-dss .Dq ssh-rsa,ssh-dss .
.It Cm HostKeyAlias .It Cm HostKeyAlias
Specifies an alias that should be used instead of the Specifies an alias that should be used instead of the
real host name when looking up or saving the host key real host name when looking up or saving the host key
@ -1014,7 +1014,7 @@ authentication methods. This allows a client to prefer one method (e.g.
over another method (e.g. over another method (e.g.
.Cm password ) .Cm password )
The default for this option is: The default for this option is:
.Dq hostbased,publickey,keyboard-interactive,password .Dq hostbased,publickey,keyboard-interactive,password .
.It Cm Protocol .It Cm Protocol
Specifies the protocol versions Specifies the protocol versions
.Nm .Nm

6
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.160 2002/01/04 18:14:16 stevesk Exp $ .\" $OpenBSD: sshd.8,v 1.161 2002/01/05 21:51:56 stevesk Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -378,7 +378,7 @@ After expansion,
is taken to be an absolute path or one relative to the user's home is taken to be an absolute path or one relative to the user's home
directory. directory.
The default is The default is
.Dq .ssh/authorized_keys .Dq .ssh/authorized_keys .
.It Cm Banner .It Cm Banner
In some jurisdictions, sending a warning message before authentication In some jurisdictions, sending a warning message before authentication
may be relevant for getting legal protection. may be relevant for getting legal protection.
@ -397,7 +397,7 @@ 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. .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,