This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | ||
| |
lib/ | ||
| |
moonshine/ | ||
| |
spec/ | ||
| |
templates/ |
README.rdoc
Moonshine_Vsftpd
A plugin for Moonshine
This plugin provides an FTP server. By default, it allows system users to log in, chrooted to their home directory and disables anonymous FTP. It is suggested that you add FTP users like this on the server:
useradd --shell /bin/false <username>
This will prevent the user from logging in interactively on the server.
IMPORTANT: comment out this line in /etc/pam.d/vsftpd to use non-interactive shells:
auth required pam_shells.so
Instructions
- script/plugin install git://github.com/railsmachine/moonshine_vsftpd.git
- Configure settings if needed. See template for available options.
configure(:vsftpd => {:foo => true}) - Include the plugin and recipe(s) you want to use in your Moonshine
manifest.
plugin :vsftpd recipe :vsftpd








