# Use keychain if installed
if [ -x /usr/bin/keychain ]
then
	eval `keychain --confirm --clear --noask --timeout 15 --eval --systemd --stop others --quiet --inherit local-once --agents ssh`
	echo "A-Z-S: Using keychain (15 min timeout, explicit confirmation)"
fi