mirror of
https://github.com/sotashimozono/obsidian-remote-ssh.git
synced 2026-07-22 17:10:32 +00:00
A user behind a Cloudflare tunnel connects via ProxyCommand cloudflared access ssh --hostname %h and authenticates through 1Password's agent socket IdentityAgent ~/.1password/agent.sock Neither is supported today. RED cases: - SshConfigReader: parse ProxyCommand (raw, %-tokens preserved), host-specific override of Host * default, and IdentityAgent (tilde-expanded) — 5 cases. - ProxyCommandTunnel (new module, import currently fails): token expansion (%h/%p/%r/%%) and a subprocess-as-Duplex transport that bridges child stdio and tears the child down on close — 10 cases. Refs #430 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| e2e | ||
| scripts | ||
| src | ||
| tests | ||
| esbuild.config.mjs | ||
| eslint.config.mjs | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| styles.css | ||
| tsconfig.json | ||
| versions.json | ||
| vitest.config.ts | ||
| vitest.integration.config.ts | ||
| vitest.replay.config.ts | ||
| vitest.setup.ts | ||