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
- Host: GitHub
- URL: https://github.com/petems/sck
- Owner: petems
- Created: 2020-03-11T22:52:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T15:53:18.000Z (about 1 year ago)
- Last Synced: 2024-04-01T15:25:28.668Z (about 1 year ago)
- Topics: cli, dotfiles, golang, ssh, sshconfig
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```