Can I use sudo on shared hosting?

Sudo is a Linux command that allows a user to run commands as a ‘super user’, root. The use of the sudo command is not permitted on our shared hosting platform, and its use will result in an SSH access violation and your SSH access being suspended. This is noted in the welcome message when connecting to the shared […]

Read More

How do I run Composer via SSH?

Here at Intek Host, we run multiple different versions of PHP. On our SSH servers, the execution of commands like “composer” will run with our default, system-level PHP that is also used for internal tools. This is a thin version of PHP without all the modules you may be used-to on your website. To enable […]

Read More

How do I connect to SSH using 2FA?

It’s only recommended that you connect to your package via SSH if you’re familiar with the command line interface. Here is how to connect using two-factor authentication (2FA). Setting up your authenticator: You will want to first download the Google Authenticator app, which is available for both iOS and Android devices. ⦁    Log in to […]

Read More
How do I connect to a website via SSH

How do I connect to a website via SSH?

SSH (Secure Shell) is a secure method of remotely accessing and managing your website files. It allows you to perform advanced operations such as configuration changes, file management, and command execution directly within your hosting environment — all through an encrypted and authenticated connection. SSH access is available for advanced users who are familiar with […]

Read More