NAME
App::Nopaste::Service::ssh - copies files to your server using scp
AUTHOR
Kevin Falcone <falcone@cpan.org>
Thomas Sibley <trs@bestpractical.com>
ENVIRONMENT VARIABLES
- NOPASTE_SSH_SERVER
-
The hostname to which you ssh. The left-hand side of the colon in the scp. For example:
sartak.org
. - NOPASTE_SSH_DOCROOT
-
The path on disk for your pastes. For example:
public_html/paste
. - NOPASTE_SSH_WEBPATH
-
The path for URLs. For example:
http://sartak.org/paste
. - NOPASTE_SSH_MODE
-
Octal permissions mode to set for the temporary file before uploading. For example:
0644
.