Check for vulnerabilities in your project's dependencies with `bundler-audit`
Security vulnerabilities are found everyday in all kinds of software, and your Ruby on Rails project dependencies are no different. Here's how to check which gems in your Gemfile.lock file have security vulnerabilities.
Configure log rotation for your Rails app
Your Rails application log files can grow forever in your servers if you don't do anything to avoid it, making it more difficult to search them for info when things go wrong or even making your server run out of disk space. But it's easy to keep your log files in check with logrotate.
How to use different SSH keys for different servers
For security reasons it's usually a good idea to use different SSH keys for each server or service you use, but it can be a little tedious if you have specify the key to use each time you connect.So here is what you'd need to add to your ssh configuration.