ssh_config to vuls config TOML format
Add this line to your application's Gemfile:
gem 'ssh_config_to_vuls_config'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ssh_config_to_vuls_config
Convert ssh_config to vuls config TOML format.
$ cat ~/.ssh/config | sc2vc > vuls_config.toml
Use sconb to filter ~/.ssh/config.
$ sconb dump example_* | sconb restore | sc2vc > filtered_config.toml
- 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