mup-server-security
v0.1.1
Published
Plugin for Meteor Up to help with securing servers
Downloads
4
Readme
mup-server-security
Plugin for Meteor Up to automate some common configurations.
This is a very early version of the plugin. It doesn't do much yet, and hasn't been thoroughly tested.
Use
Install with npm i -g mup-server-security
.
Then, add to the plugins
array in your mup config, and add a serverSecurity
object.
module.exports = {
// rest of config
plugins: ['mup-server-security'],
serverSecurity: {
// content replaces file at ~/.ssh/authorized_keys on the server
authorizedKeysFile: './file/to/authorized_keys'
}
}
Next, run
mup setup