Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Myrtille_2.0.0_x86_x64_Setup.exe | 2018-08-01 | 41.3 MB | |
README.md | 2018-08-01 | 1.3 kB | |
SSH support, websocket buffer, session sharing (read-only), etc..tar.gz | 2018-08-01 | 30.6 MB | |
SSH support, websocket buffer, session sharing (read-only), etc..zip | 2018-08-01 | 30.7 MB | |
Totals: 4 Items | 102.5 MB | 0 |
- Resynced FreeRDP (FQDN hotfix, introduced into myrtille 1.7.0, is still active... wfreerdp need some love :/)
- the RDP security protocol (NLA, TLS, RDP, etc.) can now be selected from the login screen (RDP for compatibility and interactive logon, or in case of NLA issue; see https://github.com/cedrozor/myrtille/issues/116)
- SSH terminal support (thanks Paul)
- removed any RDP references on the gateway to make it fully protocol agnostic (support of any remote access protocol)
- file transfer and print download can now be disabled from web config (along with remote clipboard and session sharing)
- when sharing a remote session, guests now can't interact with it (they are just spectators)
- included prompt for user credentials in enterprise mode
- fixed login failure when passing domain in enterprise mode if IP is used instead of FQDN
- fixed some css in enterprise mode (under Firefox)
- websockets are now buffered for optimal performance on high latency / low bandwidth networks (thanks SieldP)
- re-enabled stat button, which could help to diagnose connection issues (shows latency, bandwidth usage, etc.)
- added a small icon on top of the screen to toggle the toolbar while connected (thanks windylea)
- improved error messages in case of connection failure
- some refactoring