0.2.0 • Published 8 years ago

sshconfig v0.2.0

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
8 years ago

SSH Config Manager

Rather than manage one giant configuration file for your ssh aliases, each alias/group has been broken out into its own file in ~/.ssh/config.d/your_alias. Any files in that directory get automatically concatenated into ~/.ssh/config file. To add a new alias, simply add a new alias file that directory and run the update command.

e.g:

$ sshconfig init
$ echo -e "Host example.com\n\tHostname example.com\n\tUser example" > ~/.ssh/config.d/example
$ sshconfig update
0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago