> Folks,
>
> Can someone please show me where I'm goofing up? I'm sure it's
> something really stoopid. My google-fu seems to be too weak to hunt
> this down.
>
> I installed sshfs-fuse-2.4p1 using pkg_add and am trying to connect to
> a system on an alternate port.
>
>       $ doas sshfs username@hostname:/path/to/target /path/to/mount/point
> -p 2022
>
> I get an immediate error:
>
>       fuse: unknown option -p
>
> Adding -d to get debug output does nothing. Moving the location of the
> option around changes nothing. sshfs mounts to hosts using port 22
> work just fine.
>
> System is OpenBSD 5.8-stable running under VirtualBox on OS X 10.10.5.
>
> Thanks!
>
>
> --Paul
>
>
>

I don't use it and maybe, I am totally wrong but
https://github.com/libfuse/sshfs (got it from openports.se) shows
-oport=PORT

*Also many ssh options can be specified (see the manual pages for
sftp(1) and ssh_config(5)), including the remote port number
(-oport=PORT)*


Reply via email to