petems / sck

A CLI tool to modify your ssh config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sck

A basic CLI tool to change individual settings in an SSH config file

$ sck host -h github.com --param IdentityKey --value '~/.ssh/foo-bar-baz' --dry-run
New SSH Config:

# global configuration

# host-based configuration

Host github.com
  IdentityKey ~/.ssh/foo-bar-baz

About

A CLI tool to modify your ssh config files


Languages

Language:Go 67.6%Language:Ruby 25.5%Language:Gherkin 6.9%