-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

sshfs


> Filesystem client based on ssh.

More information.


Mount remote directory:

sshfs {username}@{remote_host}:{remote_directory} {mountpoint}

Unmount remote directory:

umount {mountpoint}

Mount remote directory from server with specific port:

sshfs {username}@{remote_host}:{remote_directory} -p {2222}

Use compression:

sshfs {username}@{remote_host}:{remote_directory} -C

Follow symbolic links:

sshfs -o follow_symlinks {username}@{remote_host}:{remote_directory} {mountpoint}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 22:39:20 2024