dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Add ~/.ssh/config

Open bitboxer opened this issue 8 years ago • 4 comments

I have settings in ~/.ssh/config on my mac that need to be cloned to the vagrant box.

bitboxer avatar Aug 23 '17 14:08 bitboxer

Also: crypt the content so that I don't add the unencrypted config in here 🤔

Or have a private repo with that part of the config in git-crypt and just warn and not fail if the setup can't checkout and decrypt that?

bitboxer avatar Aug 23 '17 14:08 bitboxer

You could put it into the tilde Folder, but .gitignore it?

moonglum avatar Aug 24 '17 08:08 moonglum

I want to have it somewhere safely stored outside of my mac => git-crypt will do that.

bitboxer avatar Aug 24 '17 16:08 bitboxer

Ok, cool 👍

moonglum avatar Aug 25 '17 07:08 moonglum