EZSCALE SSH Support Key
To allow our staff access to your server through SSH you can simply run the following commands.
Adding access:
wget -qO- https://support.ezscale.tech/ezscale_support_key.sh | bash -s -- add
Removing access:
wget -qO- https://support.ezscale.tech/ezscale_support_key.sh | bash -s -- remove
Checking access:
wget -qO- https://support.ezscale.tech/ezscale_support_key.sh | bash -s -- check
Add Comment