Difference between revisions of "Shell Commands/Ssh2FS"

From MorphOS Library

< Shell Commands

(3.12 update)
m (link)
 
Line 26: Line 26:
 
  Ssh2FS user@server UserHome: pw
 
  Ssh2FS user@server UserHome: pw
  
See also: RunFS
+
See also: [[Shell_Commands/RunFS | RunFS]]

Latest revision as of 22:07, 11 September 2021

Ssh2FS - Mounts a SFTP share

REMOTE/A, VOLUME/A, AUTH/A, DCMAX/N, ACMAX/N, CTIME/N, VERBOSE/S, PORT/N, HOME/K, NTIME/N, ALIVE/N, MINBUF/N, RAHEAD/S, MAXBUFS/N, REMPASS/S, RECONN/S, DISCONN/N, NODEV/S

REMOTE  - [user@]host[:/dir]
VOLUME  - VolumeName:
AUTH    - pw | ia | pk | pkp
DCMAX   - Maximum # of dirs to cache at one time. Default: 10.
ACMAX   - Maximum # of attrs to cache at one time. Default: 64.
CTIME   - Cache timeout for dirs and attrs (seconds). Default: 300.
VERBOSE - Print extra information
PORT    - Use different port number. Default: 22.
HOME    - Change where to look for .ssh/ directory. Default: $HOME.
NTIME   - Network timeout in milli seconds. Default: 0 = no timeout.
ALIVE   - Keep alive rate in seconds. Default: 10.
MINBUF  - Minimum number of buffers (per open file). Default: ?.
BUFSIZE - Minimum size of io buffers. Default: 32768.
RAHEAD  - Enable speculative read-ahead.
MAXBUFS - Maximum number of buffers (per open file). Default: 4.
REMPASS - Remember password for reconnects
RECONN  - Reconnect on lost connection.
DISCONN - Disconnect?
NODEV   - No not create a device node automatically.

Example:

Ssh2FS user@server UserHome: pw

See also: RunFS