SSH quality of life improvements.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user