bispawel / macfuse

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

Ability to change port? #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be very helpful to have an additional option to change the port that 
SSH connects to. We 
have had to change our SSH port to a non-standard one because so many people 
were trying to 
connect with bad credentials on port 22. 

Original issue reported on code.google.com by ivano...@gmail.com on 29 Jan 2007 at 9:47

GoogleCodeExporter commented 8 years ago
sshfs already provides the -p switch, as well as the generic -o sshopt=value 
syntax.

To make things easier, you can also edit your .ssh/config file to set a 
different port as the default for a given 
host.

Original comment by kball...@gmail.com on 29 Jan 2007 at 10:11

GoogleCodeExporter commented 8 years ago
This is already supported on the command-line and the GUI wrapper is now being 
worked on a volunteer basis.

Original comment by si...@gmail.com on 29 Jan 2007 at 10:40