This commit is contained in:
crschnick
2026-05-25 09:33:38 +00:00
parent 81ec8b9a10
commit 512c3a9885
@@ -51,7 +51,7 @@ public class SecurityKeyStrategy implements SshIdentityKeyListStrategy {
}
ThreadHelper.runFailableAsync(() -> {
var fs = config.getFileSystem().getValue() != null
var fs = config.getFileSystem() != null && config.getFileSystem().getValue() != null
? config.getFileSystem().getValue().getStore()
: (ShellStore) DataStorage.get().local().getStore().asNeeded();
var path = impl.determineLibraryPath(fs.getOrStartSession());