ssh_config to vuls config TOML format
Installation
Add this line to your application's Gemfile:
gem 'ssh_config_to_vuls_config'And then execute:
$ bundleOr install it yourself as:
$ gem install ssh_config_to_vuls_configUsage
Convert ssh_config to vuls config TOML format.
$ cat ~/.ssh/config | sc2vc > vuls_config.tomlUse sconb to filter ~/.ssh/config.
$ sconb dump example_* | sconb restore | sc2vc > filtered_config.tomlContributing
- Fork it ( https://github.com/k1LoW/ssh_config_to_vuls_config/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request