sshconfig

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i sshconfig

Weekly Downloads

5

Version

0.2.0

License

GPL-3.0

Last publish

Collaborators

  • revagomes