GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GS-MOUNT(1) FreeBSD General Commands Manual GS-MOUNT(1)

gs-mount
Secure filesystem client through via Global Socket.

gs-mount [-lTR] [-s secret] [-k keyfile] [mountpoint]

The gs-mount utility is a wrapper script for gs-netcat. It allows a user to mount and access a filesystem from another user via the Global Socket Relay Network (GSRN). This is useful in a scenario where both users are behind NAT/Firewall and unable to connect to each other directly.

secret
A password chosen by the user. Both users need to use the same password to connect.
FILE
A file containing the password.
Server mode. The default mode is client.
Places server (-l) into a read-only mode. Attempts to open files for writing, as well as other operations that change the state of the filesystem, will be denied.
Use TOR. The gs-mount tool will connect via TOR to the GSRN. This requires TOR to be installed and running. The IP and PORT of the TOR server can be set using environment variables.

See gs-netcat(1) for more options.

Example 1 - Alice sharing her current directory:
$ gs-mount -s MySecret -l

Bob mounting Alice's directroy to ~/gs-alice:

$ gs-mount -s MySecret ~/gs-alice

See gs-netcat(1) for a list of supported environment variables.

gsocket(1), gs-netcat(1), gs-sftp(1), blitz(1), sshfs(1)

Efforts have been made to have gs-mount "do the right thing" in all its various modes. If you believe that it is doing the wrong thing under whatever circumstances, please notify me (skyper@thc.org) and tell me how you think it should behave.

October 12, 2020 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.