[ssh.1 sshd.8]
     typos
This commit is contained in:
Ben Lindstrom 2001-05-04 22:38:43 +00:00
parent 4529b70b4c
commit f0609f8bd3
3 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
20010505
- OpenBSD CVS Sync
- stevesk@cvs.openbsd.org 2001/05/04 14:21:56
[ssh.1 sshd.8]
typos
20010504 20010504
- OpenBSD CVS Sync - OpenBSD CVS Sync
- stevesk@cvs.openbsd.org 2001/05/03 15:07:39 - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
@ -5327,4 +5333,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1196 2001/05/03 23:39:53 mouring Exp $ $Id: ChangeLog,v 1.1197 2001/05/04 22:38:43 mouring 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.108 2001/04/30 11:18:52 markus Exp $ .\" $OpenBSD: ssh.1,v 1.109 2001/05/04 14:21:55 stevesk Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
.Os .Os
@ -507,7 +507,7 @@ Causes all warning and diagnostic messages to be suppressed.
Only fatal errors are displayed. Only fatal errors are displayed.
.It Fl s .It Fl s
May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use
of SSH as a secure transport for other application (eg. sftp). The of SSH as a secure transport for other applications (eg. sftp). The
subsystem is specified as the remote command. subsystem is specified as the remote command.
.It Fl t .It Fl t
Force pseudo-tty allocation. Force pseudo-tty allocation.
@ -808,7 +808,7 @@ This option applies to protocol version 2 only and
is similar to is similar to
.Cm RhostsRSAAuthentication . .Cm RhostsRSAAuthentication .
.It Cm HostKeyAlgorithms .It Cm HostKeyAlgorithms
Specfies 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

4
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.120 2001/04/22 23:58:36 markus Exp $ .\" $OpenBSD: sshd.8,v 1.121 2001/05/04 14:21:56 stevesk Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -847,7 +847,7 @@ Runs user's shell or command.
The The
.Pa $HOME/.ssh/authorized_keys .Pa $HOME/.ssh/authorized_keys
file lists the RSA keys that are file lists the RSA keys that are
permitted for RSA authentication in protocol version 1 permitted for RSA authentication in protocol version 1.
Similarly, the Similarly, the
.Pa $HOME/.ssh/authorized_keys2 .Pa $HOME/.ssh/authorized_keys2
file lists the DSA and RSA keys that are file lists the DSA and RSA keys that are