This commit is contained in:
crschnick 2023-08-20 21:45:31 +00:00
parent 99cc92eb8b
commit a5d35ad693
2 changed files with 6 additions and 1 deletions

View file

@ -42,7 +42,7 @@ public interface SecretRetrievalStrategy {
@Override
public boolean isLocalAskpassCompatible() {
return true;
return false;
}
@Override

View file

@ -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