anvil-ssh 0.8.0

Pure-Rust SSH stack for Git tooling: transport, keys, signing, agent. Foundation library extracted from Steelbore/Gitway.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description: "ProxyCommand none disables a parent block's ProxyCommand (FR-59)"

# A more specific block's `ProxyCommand none` MUST win over a later
# wildcard block's `ProxyCommand` because the resolver applies first-
# occurrence-wins.  The literal `none` (case-insensitive) is preserved
# so `gitway config show` mirrors `ssh -G`; spawn-path code (M13.2)
# recognizes the literal and skips spawning.
config: |
  Host gh
    ProxyCommand none
  Host *
    ProxyCommand /usr/bin/false

host: gh

expected:
  proxy_command: "none"