I am login into android phone as usual, but facing problem as below: Try 1: (failed)
$ sshfs -p 8022 [email protected]:/storage ~/sshfs-mount2 -o IdentityFile=~/.ssh/termux-rsa
sshfs: invalid argument `[email protected]:/storage'
Try 2: (failed)
$ sshfs -p 8022 [email protected] ~/sshfs-mount -o IdentityFile=~/.ssh/termux-rsa
sshfs: invalid argument `[email protected]'
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?sshfswithout any arguments