mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-22 23:49:09 -04:00
Ssh identity fixes [stage]
This commit is contained in:
3
dist/changelogs/15.8_incremental.md
vendored
3
dist/changelogs/15.8_incremental.md
vendored
@@ -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
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user