You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
first of all: thanks for this great app :)
I'm having trouble with an sshfs mount, that asks for a password. After I enter the password, the terminal, which shellex calls, disappears, but the network share isn't mounted. Mounting with the same command does work in terminal without shellex. I can't add a "&" for running in background after the commant, because that would skip the password prompt.
This is the command: "sshfs user@host:/directory /mnt/mountpoint -o allow_other"
The text was updated successfully, but these errors were encountered:
Hi,
first of all: thanks for this great app :)
I'm having trouble with an sshfs mount, that asks for a password. After I enter the password, the terminal, which shellex calls, disappears, but the network share isn't mounted. Mounting with the same command does work in terminal without shellex. I can't add a "&" for running in background after the commant, because that would skip the password prompt.
This is the command: "sshfs user@host:/directory /mnt/mountpoint -o allow_other"
The text was updated successfully, but these errors were encountered: