fluiday / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

Unable to specify SSH Port #314

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. modify sshd_config
2. change port 22 to another port

What is the expected output? What do you see instead?
Error connecting, please check your input and try again. Instead nothing
happens.

What version of the product are you using? On what operating system?
Mac OS X Leopard 10.5.1, MacFUSE-Core-10.5-1.3.1.dmg, sshfs-1.0.0.dmg

Please provide any additional information below.
There should be an option to specify a different connection port.

Original issue reported on code.google.com by jeffrey....@gmail.com on 14 Jan 2008 at 7:49

GoogleCodeExporter commented 8 years ago
You can do that on the command line but not in the GUI.  The syntax is the same 
as that for ssh/sftp. Just add "-
oPort=<port>" at the end of your command line:

sshfs user@host:/dir /mnt/point -oPort=nnnn

See Q3.4 on the FAQ: http://code.google.com/p/macfuse/wiki/FAQ

Original comment by si...@gmail.com on 14 Jan 2008 at 8:17