removed deprecated sshd config option, added setting for git cred caching.
This commit is contained in:
@@ -38,6 +38,16 @@ case $set_branch in
|
||||
;;
|
||||
esac
|
||||
|
||||
read -p 'Enable git credential helper to cache? [y/N]: ' set_cache
|
||||
case $set_cache in
|
||||
[Yy]* )
|
||||
git config --global credential.helper cache
|
||||
;;
|
||||
* )
|
||||
echo 'Skipping'
|
||||
;;
|
||||
esac
|
||||
|
||||
# ----------------------------------------------------------
|
||||
|
||||
echo "----- User Groups (requires sudo) -------------------"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
AuthenticationMethods publickey
|
||||
LogLevel VERBOSE
|
||||
PermitRootLogin no
|
||||
UsePrivilegeSeparation sandbox
|
||||
PasswordAuthentication no
|
||||
ChallengeResponseAuthentication no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user