├── ssh.exe ├── msys-2.0.dll ├── msys-z.dll ├── msys-asn1-8.dll ├── msys-crypt-0.dll ├── msys-gssapi-3.dll ├── msys-hx509-5.dll ├── msys-krb5-26.dll ├── msys-roken-18.dll ├── msys-wind-0.dll ├── msys-com_err-1.dll ├── msys-crypto-1.1.dll ├── msys-hcrypto-4.dll ├── msys-heimbase-1.dll ├── msys-heimntlm-0.dll ├── msys-sqlite3-0.dll ├── msys-gcc_s-seh-1.dll └── README.md /ssh.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/ssh.exe -------------------------------------------------------------------------------- /msys-2.0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-2.0.dll -------------------------------------------------------------------------------- /msys-z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-z.dll -------------------------------------------------------------------------------- /msys-asn1-8.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-asn1-8.dll -------------------------------------------------------------------------------- /msys-crypt-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-crypt-0.dll -------------------------------------------------------------------------------- /msys-gssapi-3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-gssapi-3.dll -------------------------------------------------------------------------------- /msys-hx509-5.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-hx509-5.dll -------------------------------------------------------------------------------- /msys-krb5-26.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-krb5-26.dll -------------------------------------------------------------------------------- /msys-roken-18.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-roken-18.dll -------------------------------------------------------------------------------- /msys-wind-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-wind-0.dll -------------------------------------------------------------------------------- /msys-com_err-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-com_err-1.dll -------------------------------------------------------------------------------- /msys-crypto-1.1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-crypto-1.1.dll -------------------------------------------------------------------------------- /msys-hcrypto-4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-hcrypto-4.dll -------------------------------------------------------------------------------- /msys-heimbase-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-heimbase-1.dll -------------------------------------------------------------------------------- /msys-heimntlm-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-heimntlm-0.dll -------------------------------------------------------------------------------- /msys-sqlite3-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-sqlite3-0.dll -------------------------------------------------------------------------------- /msys-gcc_s-seh-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubiclesoft/ssh-win64/master/msys-gcc_s-seh-1.dll -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | MSYS SSH binaries for 64-bit Windows 2 | ==================================== 3 | 4 | This is an automatically updated repository of MSYS SSH binaries for 64-bit Windows. Sourced via [SSH extract](https://github.com/cubiclesoft/ssh-extract) which sources from [Git Portable](https://git-scm.com/download/win). 5 | 6 | This repository is useful if you just want ssh.exe with a reasonable license but not a bunch of other command-line utils. 7 | 8 | 32-bit binaries are available here: https://github.com/cubiclesoft/ssh-win32 9 | 10 | License 11 | ------- 12 | 13 | These binaries are MSYS and therefore the relevant MSYS license applies. Currently, the MSYS license is MIT. 14 | --------------------------------------------------------------------------------