#Install ssh-agent if not already installed. command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )