summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-29 08:34:16 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-29 08:34:16 +0000
commit035782e71284c2d424f605b20d720c00797b3733 (patch)
tree5331f4d0e38dbd792dcf8aef0ecf430d1331b65b
parent91fd62af63cc3b7660930240042e71cff85abcb2 (diff)
- markus@cvs.openbsd.org 2001/01/28 10:24:04
[ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1] cleanup AUTHORS sections
-rw-r--r--ChangeLog4
-rw-r--r--ssh-add.133
-rw-r--r--ssh-agent.135
-rw-r--r--ssh-keygen.133
-rw-r--r--ssh.141
5 files changed, 38 insertions, 108 deletions
diff --git a/ChangeLog b/ChangeLog
index 788259423..5c08f0b1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
4 - markus@cvs.openbsd.org 2001/01/28 10:15:34 4 - markus@cvs.openbsd.org 2001/01/28 10:15:34
5 [dispatch.c] 5 [dispatch.c]
6 re-keying is not supported; ok deraadt@ 6 re-keying is not supported; ok deraadt@
7 - markus@cvs.openbsd.org 2001/01/28 10:24:04
8 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1]
9 cleanup AUTHORS sections
7 - markus@cvs.openbsd.org 2001/01/28 10:37:26 10 - markus@cvs.openbsd.org 2001/01/28 10:37:26
8 [sshd.c] 11 [sshd.c]
9 remove -Q, no longer needed 12 remove -Q, no longer needed
@@ -26,6 +29,7 @@
26 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h] 29 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
27 $OpenBSD$ 30 $OpenBSD$
28 31
32
2920010126 3320010126
30 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen 34 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
31 Petrov <roumen.petrov@skalasoft.com> 35 Petrov <roumen.petrov@skalasoft.com>
diff --git a/ssh-add.1 b/ssh-add.1
index 0656f6296..483456454 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -119,31 +119,14 @@ may be necessary to redirect the input from
119to make this work.) 119to make this work.)
120.El 120.El
121.Sh AUTHORS 121.Sh AUTHORS
122Tatu Ylonen <ylo@cs.hut.fi> 122OpenSSH is a derivative of the original and free
123.Pp 123ssh 1.2.12 release by Tatu Ylonen.
124OpenSSH 124Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
125is a derivative of the original (free) ssh 1.2.12 release, but with bugs 125Theo de Raadt and Dug Song
126removed and newer features re-added. 126removed many bugs, re-added newer features and
127Rapidly after the 1.2.12 release, 127created OpenSSH.
128newer versions bore successively more restrictive licenses. 128Markus Friedl contributed the support for SSH
129This version of OpenSSH 129protocol versions 1.5 and 2.0.
130.Bl -bullet
131.It
132has all components of a restrictive nature (i.e., patents, see
133.Xr crypto 3 )
134directly removed from the source code; any licensed or patented components
135are chosen from
136external libraries.
137.It
138has been updated to support ssh protocol 1.5.
139.It
140contains added support for
141.Xr kerberos 8
142authentication and ticket passing.
143.It
144supports one-time password authentication with
145.Xr skey 1 .
146.El
147.Sh SEE ALSO 130.Sh SEE ALSO
148.Xr ssh 1 , 131.Xr ssh 1 ,
149.Xr ssh-agent 1 , 132.Xr ssh-agent 1 ,
diff --git a/ssh-agent.1 b/ssh-agent.1
index 3ee5074b6..3886112c0 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.19 2000/11/15 20:09:01 markus Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.20 2001/01/28 10:24:04 markus Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -161,31 +161,14 @@ These sockets should only be readable by the owner.
161The sockets should get automatically removed when the agent exits. 161The sockets should get automatically removed when the agent exits.
162.El 162.El
163.Sh AUTHORS 163.Sh AUTHORS
164Tatu Ylonen <ylo@cs.hut.fi> 164OpenSSH is a derivative of the original and free
165.Pp 165ssh 1.2.12 release by Tatu Ylonen.
166OpenSSH 166Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
167is a derivative of the original (free) ssh 1.2.12 release, but with bugs 167Theo de Raadt and Dug Song
168removed and newer features re-added. 168removed many bugs, re-added newer features and
169Rapidly after the 1.2.12 release, 169created OpenSSH.
170newer versions bore successively more restrictive licenses. 170Markus Friedl contributed the support for SSH
171This version of OpenSSH 171protocol versions 1.5 and 2.0.
172.Bl -bullet
173.It
174has all components of a restrictive nature (i.e., patents, see
175.Xr ssl 8 )
176directly removed from the source code; any licensed or patented components
177are chosen from
178external libraries.
179.It
180has been updated to support ssh protocol 1.5.
181.It
182contains added support for
183.Xr kerberos 8
184authentication and ticket passing.
185.It
186supports one-time password authentication with
187.Xr skey 1 .
188.El
189.Sh SEE ALSO 172.Sh SEE ALSO
190.Xr ssh 1 , 173.Xr ssh 1 ,
191.Xr ssh-add 1 , 174.Xr ssh-add 1 ,
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 4fc7910a0..f18d28c2d 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -223,31 +223,14 @@ where you wish to log in using public key authentication.
223There is no need to keep the contents of this file secret. 223There is no need to keep the contents of this file secret.
224.El 224.El
225.Sh AUTHORS 225.Sh AUTHORS
226Tatu Ylonen <ylo@cs.hut.fi> 226OpenSSH is a derivative of the original and free
227.Pp 227ssh 1.2.12 release by Tatu Ylonen.
228OpenSSH 228Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
229is a derivative of the original (free) ssh 1.2.12 release, but with bugs 229Theo de Raadt and Dug Song
230removed and newer features re-added. 230removed many bugs, re-added newer features and
231Rapidly after the 1.2.12 release, 231created OpenSSH.
232newer versions bore successively more restrictive licenses. 232Markus Friedl contributed the support for SSH
233This version of OpenSSH 233protocol versions 1.5 and 2.0.
234.Bl -bullet
235.It
236has all components of a restrictive nature (i.e., patents, see
237.Xr crypto 3 )
238directly removed from the source code; any licensed or patented components
239are chosen from
240external libraries.
241.It
242has been updated to support ssh protocol 1.5.
243.It
244contains added support for
245.Xr kerberos 8
246authentication and ticket passing.
247.It
248supports one-time password authentication with
249.Xr skey 1 .
250.El
251.Sh SEE ALSO 234.Sh SEE ALSO
252.Xr ssh 1 , 235.Xr ssh 1 ,
253.Xr ssh-add 1 , 236.Xr ssh-add 1 ,
diff --git a/ssh.1 b/ssh.1
index 5807ec187..621d1af29 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.77 2001/01/18 16:20:22 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.78 2001/01/28 10:24:04 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -1241,37 +1241,14 @@ A version of this library which includes support for the RSA algorithm
1241is required for proper operation. 1241is required for proper operation.
1242.El 1242.El
1243.Sh AUTHORS 1243.Sh AUTHORS
1244OpenSSH 1244OpenSSH is a derivative of the original and free
1245is a derivative of the original (free) ssh 1.2.12 release by Tatu Ylonen, 1245ssh 1.2.12 release by Tatu Ylonen.
1246but with bugs removed and newer features re-added. 1246Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
1247Rapidly after the 1247Theo de Raadt and Dug Song
12481.2.12 release, newer versions of the original ssh bore successively 1248removed many bugs, re-added newer features and
1249more restrictive licenses, and thus demand for a free version was born. 1249created OpenSSH.
1250.Pp 1250Markus Friedl contributed the support for SSH
1251This version of OpenSSH 1251protocol versions 1.5 and 2.0.
1252.Bl -bullet
1253.It
1254has all components of a restrictive nature (i.e., patents, see
1255.Xr ssl 8 )
1256directly removed from the source code; any licensed or patented components
1257are chosen from
1258external libraries.
1259.It
1260has been updated to support SSH protocol 1.5 and 2, making it compatible with
1261all other SSH clients and servers.
1262.It
1263contains added support for
1264.Xr kerberos 8
1265authentication and ticket passing.
1266.It
1267supports one-time password authentication with
1268.Xr skey 1 .
1269.El
1270.Pp
1271OpenSSH has been created by Aaron Campbell, Bob Beck, Markus Friedl,
1272Niels Provos, Theo de Raadt, and Dug Song.
1273.Pp
1274The support for SSH protocol 2 was written by Markus Friedl.
1275.Sh SEE ALSO 1252.Sh SEE ALSO
1276.Xr rlogin 1 , 1253.Xr rlogin 1 ,
1277.Xr rsh 1 , 1254.Xr rsh 1 ,