diff options
author | Damien Miller <djm@mindrot.org> | 2001-09-25 12:55:37 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-09-25 12:55:37 +1000 |
commit | d4d119377d10d4a5df8110119a7c8ca1309dc257 (patch) | |
tree | 7fb37e56c81f8ff4d450fa29b5e909759b83c20d /OVERVIEW | |
parent | 8124e1a05bfaa4b02a37c38fa30687b731370f32 (diff) |
Sync
Diffstat (limited to 'OVERVIEW')
-rw-r--r-- | OVERVIEW | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,9 +1,15 @@ | |||
1 | [Note: This file has not been updated for OpenSSH versions after | ||
2 | OpenSSH-1.2 and should be considered OBSOLETE. It has been left in | ||
3 | the distribution because some of its information may still be useful | ||
4 | to developers.] | ||
5 | |||
1 | This document is intended for those who wish to read the ssh source | 6 | This document is intended for those who wish to read the ssh source |
2 | code. This tries to give an overview of the structure of the code. | 7 | code. This tries to give an overview of the structure of the code. |
3 | 8 | ||
4 | Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi> | 9 | Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi> |
5 | Updated 17 Nov 1995. | 10 | Updated 17 Nov 1995. |
6 | Updated 19 Oct 1999 for OpenSSH-1.2 | 11 | Updated 19 Oct 1999 for OpenSSH-1.2 |
12 | Updated 20 May 2001 note obsolete for > OpenSSH-1.2 | ||
7 | 13 | ||
8 | The software consists of ssh (client), sshd (server), scp, sdist, and | 14 | The software consists of ssh (client), sshd (server), scp, sdist, and |
9 | the auxiliary programs ssh-keygen, ssh-agent, ssh-add, and | 15 | the auxiliary programs ssh-keygen, ssh-agent, ssh-add, and |