Query: app::nopaste::service::ssh
OS: debian
Section: 3pm
Links: debian man pages | All man pages
Forums: Unix Linux Community | Forum Categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
App::Nopaste::Service::ssh(3pm) User Contributed Perl Documentation App::Nopaste::Service::ssh(3pm)NAMEApp::Nopaste::Service::ssh - copies files to your server using scpAUTHORKevin Falcone "<falcone@cpan.org>" Thomas Sibley "<trs@bestpractical.com>"ENVIRONMENT VARIABLESNOPASTE_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. NOPASTE_SSH_USE_DESCRIPTION Use the supplied description in the paste filename for easier identification of pastes. Defaults to the source filename, if any, but is overridden by an explicit "-d" or "--description" command line argument.APACHE CONFIGURATION RECOMMENDATIONSThe following is a recommended Apache configuration you can drop into ".htaccess" in your paste dir. RemoveHandler .cgi RemoveHandler .pl AddDefaultCharset utf-8 Options -ExecCGI -FollowSymLinks -Includes -MultiViews It prevents common means of script execution so that ".pl" and ".cgi" files won't run and defaults the character set to UTF-8 so browsers don't have to guess wrong. perl v5.14.2 2011-08-30 App::Nopaste::Service::ssh(3pm)
Related Man Pages |
---|
app::nopaste(3pm) - debian |
moosex::app::cmd(3pm) - debian |
plack::app::cgibin(3pm) - debian |
plack::app::cascade(3pm) - debian |
sdl::deprecated(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
scp automated script |
to write the logs of scp |
Yet Another Nopaste 1.2.0 (Default branch) |
vim copy line and paste at the beginning, middle, and end of another line |
Automate scp between servers |