vtk socks setup insists on taking full and complete ownership over the content in your ~/.ssh/config file.
It will blow away your existing configuration (if you have one - and back it up to config.bak, sure) and replace it with its own content during setup
Instead, the tool should:
- Dump its precious cargo (what currently goes in the ssh config file) in
~/.ssh/config-va.gov
- Grep the current ssh config file for
Include config-va.gov
- If found: do nothing
- If not found: append it to the file
vtk socks setupinsists on taking full and complete ownership over the content in your~/.ssh/configfile.It will blow away your existing configuration (if you have one - and back it up to
config.bak, sure) and replace it with its own content during setupInstead, the tool should:
~/.ssh/config-va.govInclude config-va.gov