cookbook 'sftp', '= 1.0.0'
sftp (8) Versions 1.0.0 Follow2
Installs & Configures sftp chroot server.
cookbook 'sftp', '= 1.0.0', :supermarket
knife supermarket install sftp
knife supermarket download sftp
sftp-cookbook
Installs & Configures SFTP and chroot'd SFTP users.
Supported Platforms
Ubuntu
Attributes
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['sftp']['sftp_group_id']</tt></td>
<td>String</td>
<td>SFTP Chroot Group ID</td>
<td><tt>2012</tt></td>
</tr>
</table>
Usage
sftp::default
Include sftp
in your node's run_list
:
{ "run_list": [ "recipe[sftp::default]" ] }
Contributing
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author
Author:: Greg Albrecht (gba@onbeep.com)
Copyright
Copyright 2014 OnBeep, Inc.
License
Apache License, Version 2.0
Source
Dependent cookbooks
chef-solo-search ~> 0.5.1 |
openssh ~> 1.3.2 |
users ~> 1.6.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.