diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -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.197 2003/05/20 12:09:32 jmc Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.198 2003/06/10 09:12:12 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -771,17 +771,6 @@ This can be used to specify | |||
771 | machine-specific login-time initializations globally. | 771 | machine-specific login-time initializations globally. |
772 | This file should be writable only by root, and should be world-readable. | 772 | This file should be writable only by root, and should be world-readable. |
773 | .El | 773 | .El |
774 | .Sh AUTHORS | ||
775 | OpenSSH is a derivative of the original and free | ||
776 | ssh 1.2.12 release by Tatu Ylonen. | ||
777 | Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, | ||
778 | Theo de Raadt and Dug Song | ||
779 | removed many bugs, re-added newer features and | ||
780 | created OpenSSH. | ||
781 | Markus Friedl contributed the support for SSH | ||
782 | protocol versions 1.5 and 2.0. | ||
783 | Niels Provos and Markus Friedl contributed support | ||
784 | for privilege separation. | ||
785 | .Sh SEE ALSO | 774 | .Sh SEE ALSO |
786 | .Xr scp 1 , | 775 | .Xr scp 1 , |
787 | .Xr sftp 1 , | 776 | .Xr sftp 1 , |
@@ -813,3 +802,14 @@ for privilege separation. | |||
813 | .%D January 2002 | 802 | .%D January 2002 |
814 | .%O work in progress material | 803 | .%O work in progress material |
815 | .Re | 804 | .Re |
805 | .Sh AUTHORS | ||
806 | OpenSSH is a derivative of the original and free | ||
807 | ssh 1.2.12 release by Tatu Ylonen. | ||
808 | Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, | ||
809 | Theo de Raadt and Dug Song | ||
810 | removed many bugs, re-added newer features and | ||
811 | created OpenSSH. | ||
812 | Markus Friedl contributed the support for SSH | ||
813 | protocol versions 1.5 and 2.0. | ||
814 | Niels Provos and Markus Friedl contributed support | ||
815 | for privilege separation. | ||