cockpit/containers/ws/label-run Line 45 in f985ad0 eval $(ssh-agent) My issue being, that ssh-agent is started unconditionally. Can anybody spot any harm in wrapping this in a start if unset condition like so: if [ -z "$SSH_AUTH_SOCK" ];...