Ssh identity fixes [stage]

This commit is contained in:
crschnick
2025-03-20 09:31:30 +00:00
parent 96fb6b579b
commit e1ebd24c04
3 changed files with 5 additions and 2 deletions

View File

@@ -1,8 +1,11 @@
- Fix PowerShell-based shell sessions freezing after some time due to a wrong ErrorActionPreference. This issue especially broke local machine shell sessions on Windows system with PowerShell being the default shell
- Fix VNC connections with 24-bit color depths getting rendered with switched colors
- Fix SSH askpass failing for portable installations in a directory with non-ASCII characters due to an OpenSSH bug
- Fix random ConcurrentModificationExceptions breaking the gui layout
- Fix file browser download box buttons being usable and potentially misleading while a download was in progress
- Fix startup error when process information access was blocked on Windows
- Fix SSH config connections not allowing to specify an inline identity username
- Fix SSH config connections not applying username specified for the identity
- Fix LXD unsupported flag errors frequently showing up when searching for connections
- Fix various rendering issues with svg icons
- Fix many chinese translations

View File

@@ -22,7 +22,7 @@ public class IdentityChoice {
ObjectProperty<IdentityValue> identity,
boolean requireUser) {
var i = new IdentityChoice(
gateway, identity, requireUser, requireUser, true, true, true, "identityChoice", "passwordAuthentication");
gateway, identity, true, requireUser, true, true, true, "identityChoice", "passwordAuthentication");
return i.build();
}

View File

@@ -1 +1 @@
15.8-1
15.8-2