Overview
| Comment: | Disable SSH Agent by default for this release | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | eb5db5feeabe85e326c42088a13cb628 | 
| User & Date: | rkeene on 2019-02-06 17:58:12 | 
| Other Links: | manifest | tags | 
Context
| 2019-02-06 | ||
| 17:58 | ChromeOS Release 11 check-in: 7288e80894 user: rkeene tags: trunk | |
| 17:58 | Disable SSH Agent by default for this release check-in: eb5db5feea user: rkeene tags: trunk | |
| 2019-02-04 | ||
| 23:17 | Better matching of requested blob to one of our certificates check-in: fd3c997789 user: rkeene tags: trunk | |
Changes
Modified build/chrome/ssh-agent.js from [7141592f34] to [f9156a50f9].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 
/*
 * CACKey SSH Agent for ChromeOS
 */
cackeySSHAgentApprovedApps = [
	"pnhechapfaindjhompbnflcldabbghjo",
	"okddffdblfhhnmhodogpojmfkjmhinfp"
];
/*
 * XXX:TODO: Expose UI for this
 */
cackeySSHAgentFeatures = {
 | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 
/*
 * CACKey SSH Agent for ChromeOS
 */
cackeySSHAgentApprovedApps = [
	"pnhechapfaindjhompbnflcldabbghjo",
	"okddffdblfhhnmhodogpojmfkjmhinfp"
];
/*
 * XXX:TODO: Expose UI for this
 */
cackeySSHAgentFeatures = {
	enabled: false,
	includeKeys: true,
	includeCerts: true,
	legacy: false
};
/*
 * Feature support checking
 | 
| ︙ | ︙ |