diff --git a/src/main/kotlin/org/bm00/DataAccessor/windows/LoginWindow.kt b/src/main/kotlin/org/bm00/DataAccessor/windows/LoginWindow.kt index 388bcf2..014aeda 100644 --- a/src/main/kotlin/org/bm00/DataAccessor/windows/LoginWindow.kt +++ b/src/main/kotlin/org/bm00/DataAccessor/windows/LoginWindow.kt @@ -42,8 +42,7 @@ class LoginWindow private constructor(parent: TApplication, flags: Int) : fun loginActivity() { var usernameDetail = loginField.text var serverDetail = serverField.text - //TODO: For windows, instead of ssh pass?? https://github.com/PowerShell/Win32-OpenSSH/issues/1943 - // and https://github.com/winfsp/sshfs-win for sshfs? + //TODO: https://github.com/winfsp/sshfs-win for sshfs? // and https://microsoft.github.io/Git-Credential-Manager-for-Windows/Docs/Askpass.html for askpass???? //openssh-askpass as well val createMntPnt =