packer-cn/vendor/github.com/pkg/sftp/examples/sftp-server
Chris Bednarski 8a53385cbc Revert "Remove a bunch of unused dependencies (godep v54+ required)"
This reverts commit 9ed133ea01.
2016-02-22 11:44:12 -08:00
..
README.md Revert "Remove a bunch of unused dependencies (godep v54+ required)" 2016-02-22 11:44:12 -08:00
main.go Revert "Remove a bunch of unused dependencies (godep v54+ required)" 2016-02-22 11:44:12 -08:00

README.md

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.