Sha256: 54e64bce5f8f422df1e6641d8b6121780c528da1f751ce301ec05085f10a5243

Contents?: true

Size: 789 Bytes

Versions: 1

Compression:

Stored size: 789 Bytes

Contents

# Sconb

Ssh CONfig Buckup tool.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'sconb'
```

And then execute:

    $ bundle

## Usage

### Backup .ssh/config to JSON

    $ sconb dump > ssh_config.json

### Restore .ssh/config from JSON

    $ sconb restore < ssh_config.json > ~/.ssh/config

### Backup .ssh/config with private keys to JSON

    $ sconb dump --all > ssh_config.json

### Regenerate private keys from JSON

    $ sconb keyregen < ssh_config.json

## Contributing

1. Fork it ( https://github.com/[my-github-username]/sconb/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
sconb-0.0.1 README.md