anvil-ssh 1.0.1

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
description: "ProxyCommand re-joined with single spaces (M13 will spawn the shell)"

config: |
  Host work
    HostName work.example.com
    ProxyCommand ssh -W %h:%p bastion

host: work

expected:
  hostname: work.example.com
  proxy_command: "ssh -W %h:%p bastion"