-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to specify that password is actually empty so that I won't be prompted for it? #304
Comments
Specifying an empty password was working fine with the previous version I was using, so this is actually a regression. |
Do you know of a version where this issue doesn't happen? I don't remember touching any code related to this in quite a while. Does entering anything as a password work? The underlying
|
I am actually also interested in this possibility. I also tried with an empty string in the "sshfs.configs": [
{
"name": "fct-015",
"host": "fct015",
"root": "/",
"username": "root",
"password": "",
"newFileMode": "0o777"
}
], Output of SSH FS is:
Is it possible to add this possiblity / setting? |
Currently using
v1.23.1
on codev1.61.0
.The text was updated successfully, but these errors were encountered: