aboutsummaryrefslogtreecommitdiff
path: root/security/ssh/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* Fennerize MASTER_SITES and replace with a fresh set which a) actually carryKris Kennaway2000-09-211-93/+0
| | | | | | | | the distfile and b) are probably better sorted networkologically for the majority of users. Trim DESCR down to a sane length. Notes: svn path=/head/; revision=32948
* Spelling error correction.Brian Feldman1999-11-081-1/+1
| | | | Notes: svn path=/head/; revision=22962
* (1) Add a new MASTER_SITEBill Fumerola1999-03-131-1/+0
| | | | | | | | | | | | | | | | | (2) Reorganize MASTER_SITEs (3) Remove reference to Phil Karn's ssh speedups, it is now distributed as a full source package, and not a patch kit. If we want to use it, we will have to make a new port for it. (4) Use ${ECHO} instead of echo, ${RM} instead of rm, ${LN} instead of ln (5) Use ${FALSE} instead of false (6) Remove multiple blank lines in Makefile (7) Remove trailing blank lines in pkg/DESCR Submitted by: Alex Perel <veers@disturbed.net> (1, 2, 4, 6) Bill Fumerola <billf@FreeBSD.org> (3, 5, 7) Notes: svn path=/head/; revision=17167
* Update ssh from 1.2.10 to 1.2.12.. This is for two reasons:Peter Wemm1995-11-231-0/+3
| | | | | | | | | 1) It eliminated the need for my horrible kludge patch-ad 2) 1.2.12 has data stream compression (like gzip). (I'm talking with the author about the remining three patches) Notes: svn path=/head/; revision=2461
* Ssh is a secure rlogin/rsh/rcp replacement with strong authenticationTorsten Blum1995-10-071-0/+96
(.rhosts together with RSA based host authentication, and pure RSA authentication) and improved privacy (all communications are automatically and transparently encrypted). Notes: svn path=/head/; revision=2294