I am login into android phone as usual, but facing problem as below: Try 1: (failed)
$ sshfs -p 8022 u0_a402@192.168.43.189:/storage ~/sshfs-mount2 -o IdentityFile=~/.ssh/termux-rsa
sshfs: invalid argument `u0_a402@192.168.43.189:/storage'
Try 2: (failed)
$ sshfs -p 8022 u0_a402@192.168.43.189 ~/sshfs-mount -o IdentityFile=~/.ssh/termux-rsa
sshfs: invalid argument `u0_a402@192.168.43.189'
Try 3: (failed)
$ sshfs -p 8022 192.168.43.189 ~/sshfs-mount -o IdentityFile=~/.ssh/termux-rsa
sshfs: invalid argument `192.168.43.189'
Try4: (ssh success)
ssh -p 8022 192.168.43.189 -o IdentityFile=~/.ssh/termux-rsa
Welcome to Termux!
Docs: https://termux.dev/docs
Donate: https://termux.dev/donate
Community: https://termux.dev/community
.....
What's the problem with sshfs login ? I want to mount my phone on a folder on manjaro laptop. This sshfs used to work, but somehow when i used phone hotspot to connect, it have this problem.
type -a sshfs? – Edgar Magallon Dec 24 '22 at 19:25sshfswithout any arguments – Edgar Magallon Dec 25 '22 at 10:43