8000 GitHub - N0tSure/lite-sftp: A simple sftp server for testing purposes.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

N0tSure/lite-sftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedded Sftp

This application allow access to some directory via SFTP protocol.

Configuration

Table 1. Configuration properties
Property Environment variable Default value Description

service.embedded.sftp.port

SERVICE_EMBEDDED_SFTP_PORT

22

Port which SFTP will listen

service.embedded.sftp.server-key

SERVICE_EMBEDDED_SFTP_SERVER-KEY

N/A

Server’s identity (private) key file

service.embedded.sftp.username

SERVICE_EMBEDDED_SFTP_USERNAME

N/A

Username which able to use this server

service.embedded.sftp.user-key

SERVICE_EMBEDDED_SFTP_USER-KEY

N/A

User’s public key file

service.embedded.sftp.catalog

SERVICE_EMBEDDED_SFTP_CATALOG

N/A

Directory which SFTP server will serve

About

A simple sftp server for testing purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0