SSH quality of life improvements.

This commit is contained in:
2025-06-11 12:03:20 -04:00
parent 2d033c055c
commit c24bdf1186
4 changed files with 7 additions and 6 deletions

View File

@ -73,5 +73,6 @@ 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"
echo "Do not forget to add the following lines at the top and bottom of your ssh config:"
echo "Match all\n Include ${CSHENV_LOCATION}/ssh/config"
echo "Match all\n Include ${CSHENV_LOCATION}/ssh/config"