If the WebGee team requires server access, you may use the following commands to install, check, and uninstall our SSH access key.
Adding the support key
wget -qO- https://security.webgee.com/support-key.sh | bash -s -- add
Removing the support key
wget -qO- https://security.webgee.com/support-key.sh | bash -s -- remove
Check if the support key is installed
wget -qO- https://security.webgee.com/support-key.sh | bash -s -- check