Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • It seems to be correct the syntax. Maybe you have and alias. What is the output of type -a sshfs? Commented Dec 24, 2022 at 19:25
  • $ type -a sshfs sshfs is an alias for sshfs -p 8022 [email protected]:/ ~/sshfs-mount -o IdentityFile=~/.ssh/termux-rsa Commented Dec 25, 2022 at 10:35
  • That seems to be the problem, you should disable the alias, or what should work: just type sshfs without any arguments Commented Dec 25, 2022 at 10:43
  • Thanks.. That is really the problem. After renamed the alias sshfs to sshfs1; everything works flawlessly. Commented Dec 25, 2022 at 10:48
  • I rolled back your recent edit tagging the title with "SOLVED". If you have a solution, consider adding that solution as a separate answer and accept it later. Accepting an answer will mark the question as resolved. Please see unix.stackexchange.com/help/self-answer Commented Dec 25, 2022 at 12:11