sshfs automount doesn't work with ports except 22
Status: Beta
Brought to you by:
mali
auto.sshfs does only split the string user@host and
uses a host in the form server:port as the full
qualified name. It should check for a ':' and interpret
everything after the doublepoint as the port, see the
attached patch
with the patch a
cd /mnt/net/ssh/user@host:port does work!
automount with exotic ports
Logged In: YES
user_id=154306
Done.
Logged In: YES
user_id=327828
It's in the changelog (0.9.7) but not in the tarball. :-(