summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-25 04:10:54 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-25 04:10:54 +0000
commitd2bf0d64d93b942120e937058b189668069e77fd (patch)
tree00dd702e257c64a9706219744771b20c3ed7b4cd
parent07094e52e70792c9690149a8d742b38cbc25924f (diff)
- mpech@cvs.openbsd.org 2001/06/22 10:17:51
[ssh.1 sshd.8 ssh-keyscan.1] o) .Sh AUTHOR -> .Sh AUTHORS; o) remove unnecessary .Pp; o) better -mdoc style; o) typo; o) sort SEE ALSO; aaron@ ok
-rw-r--r--ChangeLog11
-rw-r--r--ssh-keyscan.17
-rw-r--r--ssh.14
-rw-r--r--sshd.811
4 files changed, 19 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index e9e9a9cc1..143f6841f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,15 @@
4 [session.c] 4 [session.c]
5 don't reset forced_command (we allow multiple login shells in 5 don't reset forced_command (we allow multiple login shells in
6 ssh2); dwd@bell-labs.com 6 ssh2); dwd@bell-labs.com
7 - mpech@cvs.openbsd.org 2001/06/22 10:17:51
8 [ssh.1 sshd.8 ssh-keyscan.1]
9 o) .Sh AUTHOR -> .Sh AUTHORS;
10 o) remove unnecessary .Pp;
11 o) better -mdoc style;
12 o) typo;
13 o) sort SEE ALSO;
14
15 aaron@ ok
7 16
820010622 1720010622
9 - (stevesk) handle systems without pw_expire and pw_change. 18 - (stevesk) handle systems without pw_expire and pw_change.
@@ -5688,4 +5697,4 @@
5688 - Wrote replacements for strlcpy and mkdtemp 5697 - Wrote replacements for strlcpy and mkdtemp
5689 - Released 1.0pre1 5698 - Released 1.0pre1
5690 5699
5691$Id: ChangeLog,v 1.1298 2001/06/25 03:59:43 mouring Exp $ 5700$Id: ChangeLog,v 1.1299 2001/06/25 04:10:54 mouring Exp $
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1
index 7c756dd16..5f86f2755 100644
--- a/ssh-keyscan.1
+++ b/ssh-keyscan.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keyscan.1,v 1.6 2001/06/05 05:05:39 pvalchev Exp $ 1.\" $OpenBSD: ssh-keyscan.1,v 1.7 2001/06/22 10:17:51 mpech Exp $
2.\" 2.\"
3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. 3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
4.\" 4.\"
@@ -66,7 +66,6 @@ will read hosts or
66pairs from the standard input. 66pairs from the standard input.
67.El 67.El
68.Sh EXAMPLES 68.Sh EXAMPLES
69.Pp
70Print the host key for machine 69Print the host key for machine
71.Pa hostname : 70.Pa hostname :
72.Bd -literal 71.Bd -literal
@@ -81,9 +80,7 @@ which have new or different keys from those in the sorted file
81$ ssh-keyscan -f ssh_hosts | sort -u - ssh_known_hosts | \e\ 80$ ssh-keyscan -f ssh_hosts | sort -u - ssh_known_hosts | \e\
82 diff ssh_known_hosts - 81 diff ssh_known_hosts -
83.Ed 82.Ed
84.Pp
85.Sh FILES 83.Sh FILES
86.Pp
87.Pa Input format: 84.Pa Input format:
881.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4 851.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4
89.Pp 86.Pp
@@ -99,5 +96,5 @@ key, and drops the connection as soon as it gets the key.
99.Sh SEE ALSO 96.Sh SEE ALSO
100.Xr ssh 1 , 97.Xr ssh 1 ,
101.Xr sshd 8 98.Xr sshd 8
102.Sh AUTHOR 99.Sh AUTHORS
103David Mazieres <dm@lcs.mit.edu> 100David Mazieres <dm@lcs.mit.edu>
diff --git a/ssh.1 b/ssh.1
index 437484961..ed17bc181 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.113 2001/05/19 16:46:19 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.114 2001/06/22 10:17:51 mpech Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -989,7 +989,7 @@ authentication time on slow connections when rhosts authentication is
989not used. 989not used.
990Most servers do not permit RhostsAuthentication because it 990Most servers do not permit RhostsAuthentication because it
991is not secure (see 991is not secure (see
992.Cm RhostsRSAAuthentication ). 992.Cm RhostsRSAAuthentication ) .
993The argument to this keyword must be 993The argument to this keyword must be
994.Dq yes 994.Dq yes
995or 995or
diff --git a/sshd.8 b/sshd.8
index 796e81866..fe2f69705 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.127 2001/06/19 14:09:45 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.128 2001/06/22 10:17:51 mpech Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -176,7 +176,7 @@ configuration file.
176.Nm 176.Nm
177rereads its configuration file when it receives a hangup signal, 177rereads its configuration file when it receives a hangup signal,
178.Dv SIGHUP , 178.Dv SIGHUP ,
179by executing itself with the name it was started as, ie. 179by executing itself with the name it was started as, i.e.,
180.Pa /usr/sbin/sshd . 180.Pa /usr/sbin/sshd .
181.Pp 181.Pp
182The options are as follows: 182The options are as follows:
@@ -874,7 +874,6 @@ Time format examples:
874.It 1h30m 874.It 1h30m
8751 hour 30 minutes (90 minutes) 8751 hour 30 minutes (90 minutes)
876.El 876.El
877
878.Sh LOGIN PROCESS 877.Sh LOGIN PROCESS
879When a user successfully logs in, 878When a user successfully logs in,
880.Nm 879.Nm
@@ -1307,15 +1306,15 @@ created OpenSSH.
1307Markus Friedl contributed the support for SSH 1306Markus Friedl contributed the support for SSH
1308protocol versions 1.5 and 2.0. 1307protocol versions 1.5 and 2.0.
1309.Sh SEE ALSO 1308.Sh SEE ALSO
1309.Xr rlogin 1 ,
1310.Xr rsh 1 ,
1310.Xr scp 1 , 1311.Xr scp 1 ,
1311.Xr sftp 1 , 1312.Xr sftp 1 ,
1312.Xr sftp-server 8 ,
1313.Xr ssh 1 , 1313.Xr ssh 1 ,
1314.Xr ssh-add 1 , 1314.Xr ssh-add 1 ,
1315.Xr ssh-agent 1 , 1315.Xr ssh-agent 1 ,
1316.Xr ssh-keygen 1 , 1316.Xr ssh-keygen 1 ,
1317.Xr rlogin 1 , 1317.Xr sftp-server 8
1318.Xr rsh 1
1319.Rs 1318.Rs
1320.%A T. Ylonen 1319.%A T. Ylonen
1321.%A T. Kivinen 1320.%A T. Kivinen