Releases: NHAS/reverse_ssh
v2.3.1
v2.3.0
A release to close off some open issues and add some new features.
Features:
- Re-add dynamic reverse forwarding from any 
sshclient. Allowing you to dossh -R portnumber reverse.ssh.serverfrom any SSH compliant server in order to live off the land - The RSSH client will now try to automatically use the 
http_proxyandhttps_proxyenvironment variables if they are present - The 
watchcommand now will store history of all connection events (clients connecting and disconnecting) in a filewatch.logthe command also now supports-aand-l` to show "all" or a "limited" number of lines from that file 
Bug Fixes:
- #122 In long running rssh servers the 
linkcommand would occasionally fail with a bizarre caching issue, now the cache is cleared if the server encounters this 
Public key for this release:
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFhX5pKRRvClFVn8IZeWUXvBqnIruMaoh7LI6bkPOb9s 
v2.2.3
A small release with a bunch of little bug fixes (and one new feature)
Bug Fixes:
- Remote Forwarding now works properly (thanks to #137 pointing out that it was broken), this happened due to 
ChannelOpenDirectMsgbeing set in the wrong order, leading to the ssh client rejecting incoming remote connections - Auto generated python shell script (adding 
.pyto the end oflinkgenerated links) now works properly on non-memfd platforms like windows and openbsd (thanks #134) 
Features:
linkwebserver is now styled to look like an nginx404page
Public key for this release:
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9EULf3COVE2o3vcDmynDFBXGXZ0EyEx/d/bTTTMrou v2.2.2
v2.2.1
A small release to fix some issues noted in the websocket implementation due to it being unmaintained on golangs side of things.
Bug Fix:
- Use 
BinaryFrameinstead of text frame when using websockets (makes websocat usable) - Disable origin validation on websockets connections
 
v2.2.0
Tiny Update to close off some open issues.
Features:
tlstransport, the server and client binaries can now use plain tls to encapsulate ssh traffic, this either uses in-memory self signed certs or user specified certs (see server help)websocketstransport, the rssh client can now use websockets to initiate an interactive connection this supports cloudflare :)
Changes:
linknow supports the--tls,--wsand--wssflags to generate binaries that havetls,websocketsandsecure websocketsembedded into them (just prependstls://etc to the call backaddress- RSSH clients will now use selected transports when baked in, or when specified with 
-d. Supported transports are above ^, defaultly will use ssh of course. 
Public key for this release:
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK4j9vmqMrVbHc8GHl65eD13tEsE560jyn5nnL7dvML5
v2.1.6
A small release to resolve one bug
Bug fix:
- In situations where the current working directory is read only on windows, 
winptyfails to start because it cannot write portable executables (only applies to < windows 10) 
Public key for this release:
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKPrhfJE5ZLbbrujtT/FT6kQ9Do2Tothx4yePUI0nrXV 
v2.1.5
v2.1.4
Tiny Update to close off some open issues.
Features:
linkcommand can now generate binaries without cgo with--no-lib-c
Changes:
- Improved help text for 
linkto make it clearer that you can set the URL 
Public key for this release:
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIkEHC9KWpMUb3ZthRrXF6dXCnLF0sC4nlTFPdz0f9b4v2.1.3
Bug fix release. Unfortunately issues were cropping up using a file descriptor to pass in the old (real) argv when using --process_name so now this information is passed in via environment variable F instead.
Bug fixes:
- Disconnections no longer occur when scping, or doing other large network operations
 - No longer crashes on darwin intermittently