Skip to content
/ sck Public

A CLI tool to modify your ssh config files

Notifications You must be signed in to change notification settings

petems/sck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published