Template:Networking rutos manual sshfs: Difference between revisions

From Teltonika Networks Wiki
No edit summary
m (Text replacement - "\{\{Template: Networking_rutos_manual_fw_disclosure (.*) (.*) (.*) (.*) \}\}" to "{{Template: Networking_device_manual_fw_disclosure | series = {{{series}}} | name = {{{name}}} | fw_version ={{Template: Networking_device_manual_latest_fw | series = {{{series}}} | name = {{{name}}} }} }}")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template: Networking_rutos_manual_fw_disclosure
{{Template: Networking_device_manual_fw_disclosure
| fw_version ={{Template: Networking_rutos_manual_latest_fw
| series = {{{series}}}
| name  = {{{name}}}
| fw_version ={{Template: Networking_device_manual_latest_fw
  | series = {{{series}}}
  | series = {{{series}}}
| name  = {{{name}}}
  }}
  }}
}}
}}
Line 22: Line 25:
<b>SSHFS</b> configuration consists of setting up authentication, port and mount information parameters. Below is an example oh the SSHFS configuration page.
<b>SSHFS</b> configuration consists of setting up authentication, port and mount information parameters. Below is an example oh the SSHFS configuration page.


[[File:Networking_rutos_manual_sshfs_v2.png|border|class=tlt-border]]
[[File:Networking_rutos_manual_sshfs_v3.png|border|class=tlt-border]]


<table class="nd-mantable">
<table class="nd-mantable">
Line 37: Line 40:
     <tr>
     <tr>
       <td>Hostname</td>
       <td>Hostname</td>
       <td>string; default: <b>host</b></td>
       <td>string; default: <b>none</b></td>
       <td>Hostname of the remote SSH server.</td>
       <td>Hostname of the remote SSH server.</td>
     </tr>
     </tr>
     <tr>
     <tr>
       <td>Port</td>
       <td>Port</td>
       <td>integer [0..65535]; default: <b>22</b></td>
       <td>integer [0..65535]; default: <b>none</b></td>
       <td>Port of the remote SSH server.</td>
       <td>Port of the remote SSH server.</td>
     </tr>
     </tr>
     <tr>
     <tr>
       <td>Username</td>
       <td>Username</td>
       <td>string; default: <b>user</b></td>
       <td>string; default: <b>none</b></td>
       <td>Username of the remote SSH server.</td>
       <td>Username of the remote SSH server.</td>
     </tr>
     </tr>
     <tr>
     <tr>
       <td>Password</td>
       <td>Password</td>
       <td>string; default: <b>pass</b></td>
       <td>string; default: <b>none</b></td>
       <td>Password of the remote SSH server.</td>
       <td>Password of the remote SSH server.</td>
     </tr>
     </tr>

Latest revision as of 11:11, 24 October 2023

The information in this page is updated in accordance with firmware version .

Summary

SSHFS is a tool, which allows you to mount a remote filesystem (in remote SSH server) to your {{{name}}} device using SSH. This service is safe to use as it authenticates connections and encrypts them.

This chapter of the user manual provides an overview of the SSHFS page for {{{name}}} devices.


SSHFS is additional software that can be installed from the System → [[{{{name}}} Package Manager|Package Manager]] page.

SSHFS

SSHFS configuration consists of setting up authentication, port and mount information parameters. Below is an example oh the SSHFS configuration page.

Field Value Description
Enable off | on; default: off Turns the SSHFS service on or off.
Hostname string; default: none Hostname of the remote SSH server.
Port integer [0..65535]; default: none Port of the remote SSH server.
Username string; default: none Username of the remote SSH server.
Password string; default: none Password of the remote SSH server.
Mount Point filepath; default: /sshmount Mount point of remote file system in the {{{name}}}. Remote file system has to be mounted at root / level. By default the remote file system will be mounted on /sshmount, directory will be automatically created if does not exist yet.
Mount Path filepath; default: /home/ Mount path in the remote SSH server. For example, if SSH server is hosted on Ubuntu operating system, the Mount Path could look like this (depending on your needs): /home/username/

[[Category:{{{name}}} Services section]]