Skip to content

v2.6.15

Compare
Choose a tag to compare
@NHAS NHAS released this 04 Apr 08:38
· 5 commits to main since this release

This is a small release that fixes a few user interface bugs, and improves the NTLM handling for linux.

Bug Fixes:

  • When using the connect directive in the server console, after exiting a client ctrl + d now works to quit the server console ( and characters typed are better handled in general)
  • On the server console CTRL + C now works similar to bash, producing a fresh prompt
  • New warning when no user authorised keys are present
  • When doing an NTLM negotiation take the domain from the user specified arguments to create the NTLMSSP_Challenge message (read more about this here: #188)

Big thank you to both @stacksparrow4 and @durck for these changes!