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