summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-12 16:41:37 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-12 16:41:37 +0000
commite59433da7a008e0af89be06db1d36046bb0e592b (patch)
tree9c338a615e07f68cf9cf8973602f7fa72af8249d
parent7bb37b29c6082c86a2a8b4af4ad6bc6a00793323 (diff)
- stevesk@cvs.openbsd.org 2001/08/21 21:47:42
[ssh.1 sshd.8] minor typos and cleanup
-rw-r--r--ChangeLog5
-rw-r--r--ssh.18
-rw-r--r--sshd.84
3 files changed, 10 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b1a0f625..aaba9530b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
10 - stevesk@cvs.openbsd.org 2001/08/17 18:59:47 10 - stevesk@cvs.openbsd.org 2001/08/17 18:59:47
11 [servconf.h] 11 [servconf.h]
12 typo in comment 12 typo in comment
13 - stevesk@cvs.openbsd.org 2001/08/21 21:47:42
14 [ssh.1 sshd.8]
15 minor typos and cleanup
13 16
1420010815 1720010815
15 - (bal) Fixed stray code in readconf.c that went in by mistake. 18 - (bal) Fixed stray code in readconf.c that went in by mistake.
@@ -6333,4 +6336,4 @@
6333 - Wrote replacements for strlcpy and mkdtemp 6336 - Wrote replacements for strlcpy and mkdtemp
6334 - Released 1.0pre1 6337 - Released 1.0pre1
6335 6338
6336$Id: ChangeLog,v 1.1487 2001/09/12 16:40:05 mouring Exp $ 6339$Id: ChangeLog,v 1.1488 2001/09/12 16:41:37 mouring Exp $
diff --git a/ssh.1 b/ssh.1
index 7d1e089aa..4c411b868 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.128 2001/08/16 20:14:57 stevesk Exp $ 37.\" $OpenBSD: ssh.1,v 1.129 2001/08/21 21:47:41 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -1152,7 +1152,7 @@ Synonym for
1152.Ev USER ; 1152.Ev USER ;
1153set for compatibility with systems that use this variable. 1153set for compatibility with systems that use this variable.
1154.It Ev MAIL 1154.It Ev MAIL
1155Set to point the user's mailbox. 1155Set to the path of the user's mailbox.
1156.It Ev PATH 1156.It Ev PATH
1157Set to the default 1157Set to the default
1158.Ev PATH , 1158.Ev PATH ,
@@ -1182,7 +1182,7 @@ may be necessary to redirect the input from
1182.Pa /dev/null 1182.Pa /dev/null
1183to make this work.) 1183to make this work.)
1184.It Ev SSH_AUTH_SOCK 1184.It Ev SSH_AUTH_SOCK
1185indicates the path of a unix-domain socket used to communicate with the 1185Identifies the path of a unix-domain socket used to communicate with the
1186agent. 1186agent.
1187.It Ev SSH_CLIENT 1187.It Ev SSH_CLIENT
1188Identifies the client end of the connection. 1188Identifies the client end of the connection.
@@ -1216,7 +1216,7 @@ to the environment.
1216.Sh FILES 1216.Sh FILES
1217.Bl -tag -width Ds 1217.Bl -tag -width Ds
1218.It Pa $HOME/.ssh/known_hosts 1218.It Pa $HOME/.ssh/known_hosts
1219Records host keys for all hosts the user has logged into (that are not 1219Records host keys for all hosts the user has logged into that are not
1220in 1220in
1221.Pa /etc/ssh_known_hosts . 1221.Pa /etc/ssh_known_hosts .
1222See 1222See
diff --git a/sshd.8 b/sshd.8
index ab0a513af..e010e9b42 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.141 2001/08/16 20:14:57 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.142 2001/08/21 21:47:42 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -346,7 +346,7 @@ Specifies the file that contains the public keys that can be used
346for user authentication. 346for user authentication.
347.Cm AuthorizedKeysFile 347.Cm AuthorizedKeysFile
348may contain tokens of the form %T which are substituted during connection 348may contain tokens of the form %T which are substituted during connection
349set-up. The following tokens are defined; %% is replaces by a literal '%', 349set-up. The following tokens are defined: %% is replaced by a literal '%',
350%h is replaced by the home directory of the user being authenticated and 350%h is replaced by the home directory of the user being authenticated and
351%u is replaced by the username of that user. 351%u is replaced by the username of that user.
352After expansion, 352After expansion,