mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-19 05:45:58 -04:00
[stage]
This commit is contained in:
@@ -42,7 +42,7 @@ public interface SecretRetrievalStrategy {
|
||||
|
||||
@Override
|
||||
public boolean isLocalAskpassCompatible() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
5
dist/changelogs/1.5.3.md
vendored
5
dist/changelogs/1.5.3.md
vendored
@@ -1,5 +1,10 @@
|
||||
## Changes in 1.5.3
|
||||
|
||||
- Add connection timeout setting for cases in which some connections are slow to start up
|
||||
- Fix connection timeout not being properly applied for ssh config connections
|
||||
- Fix sudo elevation password not passed to ssh config connections
|
||||
- Fix about screen on macOS
|
||||
- Fix sudo elevation not being possible for some commands even though it should
|
||||
- Fix terminal session sometimes not opening the correct system using SSH jump hosts
|
||||
- Fix debug mode not launching in some cases on Linux due to script permission issues
|
||||
- Fix CLI crashing due to missing CPU features on outdated CPUs
|
||||
|
||||
Reference in New Issue
Block a user