An open API service indexing awesome lists of open source software.

https://github.com/petems/sck

A CLI tool to modify your ssh config files
https://github.com/petems/sck

cli dotfiles golang ssh sshconfig

Last synced: about 2 months ago
JSON representation

A CLI tool to modify your ssh config files

Awesome Lists containing this project

README

        

# 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
```