FREEBSD-upgrade (576b477ba41c9916fae3a83e6b4dd98c682a0c2f) | FREEBSD-upgrade (35a034250896584a63204f60fa57e6eddca049ac) |
---|---|
1 FreeBSD maintainer's guide to OpenSSH-portable 2 ============================================== 3 4 These instructions assume you have a clone of the FreeBSD git repo 5 main branch in src/freebsd/main, and will store vendor trees under 6 src/freebsd/vendor/. In addition, this assumes there is a "freebsd" 7 origin pointing to git(repo).freebsd.org/src.git. 8 --- 167 unchanged lines hidden (view full) --- 176 counting; the agent will automatically exit when the last client 177 disconnects. 178 1797) Class-based login restrictions 180 181 We've added code to auth2.c to enforce the host.allow, host.deny, 182 times.allow and times.deny login class capabilities. 183 | 1 FreeBSD maintainer's guide to OpenSSH-portable 2 ============================================== 3 4 These instructions assume you have a clone of the FreeBSD git repo 5 main branch in src/freebsd/main, and will store vendor trees under 6 src/freebsd/vendor/. In addition, this assumes there is a "freebsd" 7 origin pointing to git(repo).freebsd.org/src.git. 8 --- 167 unchanged lines hidden (view full) --- 176 counting; the agent will automatically exit when the last client 177 disconnects. 178 1797) Class-based login restrictions 180 181 We've added code to auth2.c to enforce the host.allow, host.deny, 182 times.allow and times.deny login class capabilities. 183 |
184 This change was introduced in 5b400a39b8ad and been reworked a few 185 times (35762f591338, 076ad2f836d5, fc3c19a9fcee, 8d8b29232156). 186 A simplified version has been submitted as an OpenSSH-portable pull 187 request in https://github.com/openssh/openssh-portable/pull/262. 188 |
|
1848) HPN 185 186 We no longer have the HPN patches (adaptive buffer size for 187 increased throughput on high-BxD links), but we recognize and 188 ignore HPN-related configuration options to avoid breaking existing 189 configurations. 190 191 192 193This port was brought to you by (in no particular order) DARPA, NAI 194Labs, ThinkSec, Nescafé, the Aberlour Glenlivet Distillery Co., 195Suzanne Vega, and a Sanford's #69 Deluxe Marker. 196 197 -- des@FreeBSD.org 198 199$FreeBSD$ | 1898) HPN 190 191 We no longer have the HPN patches (adaptive buffer size for 192 increased throughput on high-BxD links), but we recognize and 193 ignore HPN-related configuration options to avoid breaking existing 194 configurations. 195 196 197 198This port was brought to you by (in no particular order) DARPA, NAI 199Labs, ThinkSec, Nescafé, the Aberlour Glenlivet Distillery Co., 200Suzanne Vega, and a Sanford's #69 Deluxe Marker. 201 202 -- des@FreeBSD.org 203 204$FreeBSD$ |