Winssh Pageant Versions Save

Bridge to Windows OpenSSH agent from Pageant. This means the openssh agent has the keys and this proxies pageant requests to it.

v2.3.1

1 year ago

What's Changed

Full Changelog: https://github.com/ndbeals/winssh-pageant/compare/v2.3.0...v2.3.1

Changelog

Checksums

Architecture File Name Checksum
amd64 winssh-pageant.exe C62A6A2E7E280E00E10F6F2ADEFC06C9E381AA5FA648EC37DEC4B120524B8153
amd64 winssh-pageant-v2.3.1_amd64.msi D2E857B2BBD12ABAE9D7B7E3D54B284F9AD901C5E8AF38CDCC6DEB5556D95093
386 winssh-pageant.exe 90CB388D75FBED332361EC4BC730C2E8CB3D8FB21A73D1201F84C0520B971FA4
386 winssh-pageant-v2.3.1_386.msi AE3943A5A1953CC4630AF3B44A07B5FFD2E6A829EBDFBF42D79F2F3F6C16C984

v2.3.0

1 year ago

Changelog

What's Changed

  • Added winget automation
  • Better handling of ssh-agent messages
    • less processing of the message itself, just copy whatever data has been passed by the client or ssh-agent
  • truncated buffer and freeze fixes by @1Dragoon in https://github.com/ndbeals/winssh-pageant/pull/23

New Contributors

Full Changelog: https://github.com/ndbeals/winssh-pageant/compare/v2.2...v2.3.0

Checksums

Architecture File Name Checksum
amd64 winssh-pageant.exe 8349B1B1B48C661D3E27DB16F079B868229FE289F90775D4A0C05ECC7CB8D482
amd64 winssh-pageant-v2.3_amd64.msi 545887323D0A45EDE155CD9F3FA44417080415877A19F6D28FD01E9DD6E4E682
386 winssh-pageant.exe 2ED1F1B55A9F7743576AE4A68D913D66BE84520F41CFD62FF5251498CA343253
386 winssh-pageant-v2.3_386.msi FAA9511B47BC0E5FD3BE9E2E986D509F71BD250ECEE1ED46539A25EC5176AA41

v2.2

2 years ago

What's Changed

Full Changelog: https://github.com/ndbeals/winssh-pageant/compare/v2.1...v2.2

Special thanks to @meilon for discovering an internationalization bug and testing the fix for me.

Checksums

Architecture File Name Checksum
amd64 winssh-pageant.exe 8D9C27A5F5E66129191CE98EFABAE75804A5644378864674A77E9F7B073301F4
amd64 winssh-pageant-v2.2_amd64.msi B0F6F089C2FB7C0E0B1F4E7522662B0A3D7447ABB37630FCB2BEFDE0644DC507
386 winssh-pageant.exe 934A12488968C58A127DB34998A0C1DA9ECAFE0B65D0D1C15B9FEEA8EF7613BA
386 winssh-pageant-v2.2_386.msi 4ED40A9D97069AD35EE9325236320A0F0E636AF73F06F277BECBF82DADD45A8A

v2.1

2 years ago

What's Changed

Full Changelog: https://github.com/ndbeals/winssh-pageant/compare/v2.0...v2.1

Checksums

Architecture File Name Checksum
amd64 winssh-pageant.exe EC486D182C4BB2FB7DB03A2010F453A43B30461E91218B2A6359B4790C00A912
amd64 winssh-pageant-v2.1_amd64.msi 95DC1159BB9F58EF2DB7E3D201C6B23E093192154C50E5356440B7F35D432661
386 winssh-pageant.exe D8542652ED6B0D7CBA4EFCDE821B0559E7DD35EF2DE1206C71EAC56882EB822A
386 winssh-pageant-v2.1_386.msi 8FC8121E688D0208BBE6CBD44C03AB9F1D617F21FF74FA746D716EDBCC414F43

v2.0

2 years ago

What's Changed

Full Changelog: https://github.com/ndbeals/winssh-pageant/compare/v1.3...v2.0

Checksums

Architecture File Name Checksum
amd64 winssh-pageant.exe 3052FFABF8DE4461FE3A542B3436B2A126133C6B93C1BB6CD485AD4EF6E83410
amd64 winssh-pageant-v2.0_amd64.msi 9B0C885ABCBE0F39251135EB330A411990F95CFA29A04787A540FAAF30D60F79
386 winssh-pageant.exe 174D0367A7A126077B5D22A7025080B918BD63BAFF38BA49460EB6CA8A99E4DB
386 winssh-pageant-v2.0_386.msi 040467392C2857661C0662A185F8259B48A842C7DD7E322E1806EC1376119E9F

v1.3

2 years ago

Changelog

  • Implemented fixes detailed in #10 in pull request #11 (Thanks @gazzenger )
    • fixes deadlocks on custom ssh agents
    • properly calls FFI/syscalls using runtime.LockOSThread



Checksums

Architecture Checksum
amd64 78B426ACF9103309B3D3380065DCD4F21946F2588D8CA674A86AF55562AF0AAD
386 2DFDD84929F27BA464BA7622112C357898A0D3CB5A3F01AE165E978903980A00

v1.2

3 years ago

Changelog

  • Implemented reproducible builds

  • Updated build scripts

  • Documented AV false positives

  • Update README.md 

Executable Checksums

Architecture Checksum
amd64 F650A229E28635E8CF0533D573656E4C3735009117283636FB07BD56FE21CD54
386 ABEA0177238F0FAD00C7B36B6CD2A172AF856EA3A5F08FB2779809868CF89A04
zip checksums for scoop (ignore this)
amd64:A9BEF9D134E872E60FD1D0950CE29F73B98AF4802C9E93987A4ECAFE8DEBF814
386:0591F0C4475DBA8FBFACC7FFE5FCB77AC384008D884976B386B4F25FA894E3A8

v1.1

3 years ago

Changes

  • Implemented Pageant named pipe proxying, as detailed in #1 and #2.
  • Flag to disable named pipe too

v1.0

3 years ago

Release v1.0

Changes include:

  • Added a sshpipe flag - Large refactoring of code - Following proper go structure now
    • Updated dependencies
    • Created Github automation flow
    • updated README with flag directions

0.1.0

3 years ago

Initial release of winssh-pageant.