summaryrefslogtreecommitdiff
path: root/ssh.1
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 /ssh.1
parent7bb37b29c6082c86a2a8b4af4ad6bc6a00793323 (diff)
- stevesk@cvs.openbsd.org 2001/08/21 21:47:42
[ssh.1 sshd.8] minor typos and cleanup
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.18
1 files changed, 4 insertions, 4 deletions
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