The AROS Archives(anonymous IP: 3.139.81.58,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (243)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1624

Full index file
Recent index file

Part of aros exec
 Readme for:  Network » Misc » ssh2fs.i386-aros.lha

ssh2-handler

Description: SSHv2 file system client
Download: ssh2fs.i386-aros.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 94kb
Version: 53.1
Date: 28 Jun 23
Author: Fredrik Wikstrom
Submitter: Fredrik Wikstrom
Email: fredrik/a500 org
Homepage: https://github.com/salass00/ssh2fs
Category: network/misc
License: BSD
Distribute: yes
FileID: 2721
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 26  (Current version)
26  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
ssh2-handler is filesystem for accessing files remotely using the SFTP
protocol. It is based on libssh2 1.8.0 and uses AmiSSLv4 for SSL encryption
/decryption.

Requirements:

- filesysbox.library 54.3 or newer.

- z.library 2.1 or newer (https://github.com/salass00/z_lib/releases).

- AmiSSL 4.12 or newer.

Usage:

Create a DOSDriver with the following contents:
Handler   = L:ssh2-handler
StackSize = 65536
Priority  = 5
GlobVec   = -1
Startup   = "<args>"

Where <args> should follow the template:

HOSTADDR/A,PORT/N/K,USER/A,PASSWORD,VOLUME,READONLY/S,NOSSHAGENT/S,KEYFILE/K,ROO
TDIR/K

HOSTADDR is the IP address or domain name of the SSH server.

PORT is the port number (defaults to 22).

USER is the user name.

PASSWORD is the login password or key file passphrase depending on the
authentication method used. If this argument is left out a password requester
will be used instead.

VOLUME is the AmigaDOS volume name (defaults to <user>()<hostaddr>).

READONLY sets the filesystem to read only mode.

NOSSHAGENT stops filesystem from attempting to connect to ssh-agent.

KEYFILE can be used to change the key file used for public key authentication
(defaults to "$HOME/.ssh/id_rsa" or "HOME:.ssh/id_rsa").

ROOTDIR sets the root directory to use as the root of the volume (defaults to
"/").

To connect to a SFTP server with IP 192.168.1.16 and port 122 using username
"user123" use:

Startup = "192.168.1.16 PORT=122 user123"

If you want the handler to be started immediately on mount, rather than on the
first access, then make sure that ACTIVATE=1 is set in either in the icon
tooltypes or in the DOSDriver file itself.


Copyright © 2005 - 2024 The AROS Archives All Rights Reserved