Fork of pijul.org/ssh (dead link)
The crate at https://crates.io/crates/ssh points to dead source, this is a fork with updates
Requires vcpkg installed and VCPKG_ROOT set.
vcpkg.exe install libssh:x64-windows-static
$env:RUSTFLAGS="-Ctarget-feature=+crt-static"
cargo build
vcpkg.exe install libssh:x64-windows
$env:VCPKGRS_DYNAMIC=1
cargo build