Add a bit of ssh universal configuration.

This is intended to work with the `ssh-mgmt` scripts.  Maybe its
better to move this there?  Maybe not?
This commit is contained in:
2025-03-07 15:22:26 -05:00
parent 84e3ed64b1
commit 8c304b5126
2 changed files with 17 additions and 0 deletions

View File

@ -72,3 +72,6 @@ echo " signingKey = \"`hostname` Git\"" >> ~/.gitconfig
echo "" >> ~/.gitconfig
echo "[commit]" >> ~/.gitconfig
echo " gpgSign = true" >> ~/.gitconfig
echo "Do not forget to add the following line at the top of your ssh config:"
echo "Include ${CSHENV_LOCATION}/ssh/config"