2 # Enable socket by default
3 systemctl --global enable gcr-ssh-agent.socket
6 >>> gcr contains /etc/security/limits.d/10-gcr.conf which sets the memlock limit
7 in order to allow GCR to lock private keys in memory. If you have configured
8 this limit differently before, please review your configuration.
13 if (( $(vercmp $2 3.41.0-1) < 0)); then
14 systemctl --global enable gcr-ssh-agent.socket
19 systemctl --global disable gcr-ssh-agent.socket