Open edulop91 opened 3 years ago
Rather than trying to merge everything into an .ssh/config, we create a separate .ssh/blessconfig and then Include it.
Include
This requires users to manually add to the top of their .ssh/config the Include ~/.ssh/blessconfig directive
Include ~/.ssh/blessconfig
Since it's such an easy check for the existence of the single line now, it would be nice if there was a feature to add this line to .ssh/config.
Rather than trying to merge everything into an .ssh/config, we create a separate .ssh/blessconfig and then
Include
it.This requires users to manually add to the top of their .ssh/config the
Include ~/.ssh/blessconfig
directive