SSHFS Mounts - plugin detail
Automount SSHFS in NetBeans

Plugin owner: |
Serioga |
Website: |
|
Added: |
2014-11-14 |
License: |
WTFPL |
Category: |
Utilities |
Downloaded: |
1,854 times |
Rating: |
|
Plugin Log |
Show log
2015-04-29 06:30:51 | carlosqt | Vote cast by carlosqt for SSHFS Mounts, UC 8.0, vote value: 1; verification overall status recalculated: 1 (0 NoGos, 3 Gos of 7 requests, therefore overal GO) | 2014-11-19 09:15:41 | jkovalsky | Plugin published | 2014-11-19 07:09:35 | ent38 | Vote cast by ent38 for SSHFS Mounts, UC 8.0, vote value: 1; verification overall status recalculated: 1 (0 NoGos, 2 Gos of 7 requests, therefore overal GO) | 2014-11-15 05:51:59 | geertjan | Vote cast by geertjan for SSHFS Mounts, UC 8.0, vote value: 1; verification overall status recalculated: 0 (0 NoGos, 1 Gos of 7 requests, therefore overal Undecided) | 2014-11-14 18:24:32 | Serioga | Verification request registered for verifier mmirilovic, with id: 56639 | 2014-11-14 18:24:31 | Serioga | Verification request registered for verifier mcreps, with id: 56638 | 2014-11-14 18:24:31 | Serioga | Verification request registered for verifier jpirek, with id: 56637 | 2014-11-14 18:24:31 | Serioga | Verification request registered for verifier jkovalsky, with id: 56636 | 2014-11-14 18:24:31 | Serioga | Verification request registered for verifier geertjan, with id: 56635 | 2014-11-14 18:24:31 | Serioga | Verification request registered for verifier ent38, with id: 56634 | 2014-11-14 18:24:31 | Serioga | Verification request registered for verifier carlosqt, with id: 56633 | 2014-11-14 18:24:31 | Serioga | Verification registered for version 8.0, with id: 56632 | 2014-11-14 10:34:18 | Serioga | Plugin saved with .nbm/zip file; id: 56629 |
|
|
Versions available
|
Download size: 0.02 MB
|
Last Update: 2014-11-14
|
This plugin is also available on the NetBeans Plugin Portal Update Center. Use 'Tools > Plugins' action from the NetBeans IDE main menu for convenient installation of this plugin
What's new in this version
First Release
Verifications for NetBeans versions
Decisions of individual verifiers for SSHFS Mounts plugin for NetBeans IDE 8.0
geertjan carlosqt |
|
jpirek jkovalsky |
Commentscarlosqt: Works on NB 8.0.2
Windows 7 SP1 64Bit
Java 1.8.0_45 64Bit
plugin does not target windows, but at least it does not affect the ide if install/activate/uninstall.
Introduction
This module uses underlying OS'(linux/mac) sshfs command to mount remote systems via public/private keys authentication, and fusermount -u -z {MountPoint} is used to unmount a remote system when Netbeans is closed.
You must have:
- sshfs and fuse installed and properly configured
- A working key authentication setup
Hard coded sshfs options are:
- -o ConnectTimeout=7
- -o BatchMode=yes
- -o ssh_protocol=2
Do NOT use options that require user input. It will not work and will hang your Netbeans. Test first time mounts in terminal or use -o StrictHostKeyChecking=no (default is: "ask")
Auto Mount will attempt to mount a remote system only if files from that system were open in a previous session. Sshfs command is executed synchronously, therefore Auto Mount might increase start-up time if your network connection is slow.
- Sergey Mosin
|
[ You have to be logged in to be able to comment. ]
User Comments
It didn't work
I've been using the sshfs for a while but I wasn't able to make this plugin work (MacBook Pro, Yosemite). Maybe the instructions and the error message could be more detailed.
|