libfuse / sshfs

A network filesystem client to connect to SSH servers
GNU General Public License v2.0
5.93k stars 496 forks source link

could sshfs use the port specified in .ssh/config file? #291

Closed maosocial closed 7 months ago

maosocial commented 9 months ago

since the specific port is provided in the .ssh/config file, I wonder if sshfs will use it, so don't have to provide PORT in command line.

h4sh5 commented 7 months ago

I have tested this and yes, if port is specified in .ssh/config, sshfs will use that port by default.