2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 11:30:49 +00:00
restic/Godeps/_workspace/src/github.com/pkg/sftp/examples/sftp-server/README.md
2016-02-13 19:11:35 +01:00

284 B

Example SFTP server implementation

In order to use this example you will need an RSA key.

On linux-like systems with openssh installed, you can use the command:

ssh-keygen -t rsa -f id_rsa

Then you will be able to run the sftp-server command in the current directory.