summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-05-04 22:38:43 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-05-04 22:38:43 +0000
commitf0609f8bd3fe50a1cde0c4eb55144dbdffbc56f2 (patch)
treeaa4afd4412f3df1feab6200d7f52fcecbf559d1b
parent4529b70b4ca28e6f2120a834c88b3ee2bc2e43f5 (diff)
- stevesk@cvs.openbsd.org 2001/05/04 14:21:56
[ssh.1 sshd.8] typos
-rw-r--r--ChangeLog8
-rw-r--r--ssh.16
-rw-r--r--sshd.84
3 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 78c1713c3..81ac4cfac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120010505
2 - OpenBSD CVS Sync
3 - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
4 [ssh.1 sshd.8]
5 typos
6
120010504 720010504
2 - OpenBSD CVS Sync 8 - OpenBSD CVS Sync
3 - stevesk@cvs.openbsd.org 2001/05/03 15:07:39 9 - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
@@ -5327,4 +5333,4 @@
5327 - Wrote replacements for strlcpy and mkdtemp 5333 - Wrote replacements for strlcpy and mkdtemp
5328 - Released 1.0pre1 5334 - Released 1.0pre1
5329 5335
5330$Id: ChangeLog,v 1.1196 2001/05/03 23:39:53 mouring Exp $ 5336$Id: ChangeLog,v 1.1197 2001/05/04 22:38:43 mouring Exp $
diff --git a/ssh.1 b/ssh.1
index 6f4110e41..d93b114c6 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.108 2001/04/30 11:18:52 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.109 2001/05/04 14:21:55 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -507,7 +507,7 @@ Causes all warning and diagnostic messages to be suppressed.
507Only fatal errors are displayed. 507Only fatal errors are displayed.
508.It Fl s 508.It Fl s
509May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use 509May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use
510of SSH as a secure transport for other application (eg. sftp). The 510of SSH as a secure transport for other applications (eg. sftp). The
511subsystem is specified as the remote command. 511subsystem is specified as the remote command.
512.It Fl t 512.It Fl t
513Force pseudo-tty allocation. 513Force pseudo-tty allocation.
@@ -808,7 +808,7 @@ This option applies to protocol version 2 only and
808is similar to 808is similar to
809.Cm RhostsRSAAuthentication . 809.Cm RhostsRSAAuthentication .
810.It Cm HostKeyAlgorithms 810.It Cm HostKeyAlgorithms
811Specfies the protocol version 2 host key algorithms 811Specifies the protocol version 2 host key algorithms
812that the client wants to use in order of preference. 812that the client wants to use in order of preference.
813The default for this option is: 813The default for this option is:
814.Dq ssh-rsa,ssh-dss 814.Dq ssh-rsa,ssh-dss
diff --git a/sshd.8 b/sshd.8
index 56723392a..ba3151ede 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.120 2001/04/22 23:58:36 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.121 2001/05/04 14:21:56 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -847,7 +847,7 @@ Runs user's shell or command.
847The 847The
848.Pa $HOME/.ssh/authorized_keys 848.Pa $HOME/.ssh/authorized_keys
849file lists the RSA keys that are 849file lists the RSA keys that are
850permitted for RSA authentication in protocol version 1 850permitted for RSA authentication in protocol version 1.
851Similarly, the 851Similarly, the
852.Pa $HOME/.ssh/authorized_keys2 852.Pa $HOME/.ssh/authorized_keys2
853file lists the DSA and RSA keys that are 853file lists the DSA and RSA keys that are