Sha256: 84326176d37f497c7e842825e728116a770e98ac8bf8bfa25d34cbf3b3510e23
Contents?: true
Size: 984 Bytes
Versions: 1
Compression:
Stored size: 984 Bytes
Contents
# sc2vc: ssh_config to vuls config TOML format ssh_config to [vuls](https://github.com/future-architect/vuls) config TOML format ## Installation Add this line to your application's Gemfile: ```ruby gem 'ssh_config_to_vuls_config' ``` And then execute: ```sh $ bundle ``` Or install it yourself as: ```sh $ gem install ssh_config_to_vuls_config ``` ## Usage Convert ssh_config to [vuls](https://github.com/future-architect/vuls) config TOML format. ```sh $ cat ~/.ssh/config | sc2vc > vuls_config.toml ``` Use [sconb](https://github.com/k1LoW/sconb) to filter ~/.ssh/config. ```sh $ sconb dump example_* | sconb restore | sc2vc > filtered_config.toml ``` ## Contributing 1. Fork it ( https://github.com/[my-github-username]/ssh_config_to_vuls_config/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ssh_config_to_vuls_config-0.1.0 | README.md |