How do I connect via SSH?
It's only recommended that you connect to your package via SSH if you're familiar with the command line interface.
Windows
If you're using Windows, you'll need to download an SSH Client to access SSH.
This guide uses PuTTY which is a free SSH client and can be downloaded here: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
- Once you have downloaded PuTTY, search for and open PuTTY Key Generator on your computer.
- Select Generate and move the mouse around in the gray box to generate some Randomness. This will generate a public key.
- Add a passphrase (password). This is what you'll need to put into the command line interface.
- Log in HERE, head to Manage Hosting and select the package that you want SSH access for. Then select, SSH Access from under the Security section.
- Then input the public key that was generated from PuTTYgen into the Public Key box. A handle will be generated automatically. Then select Add Public Key.
- Head back to PuTTY Gen and select Save private key. Save this as any name you want.
- Open PuTTY. Down the left-hand side, select to expand the SSH menu and then select Auth.
- Select Browse and add the private key you have just saved.
- Head back to Session using the left-hand menu and add the host name ‘ssh.controlpanel.visyoo-hosting.com’ and select Open
- The command line interface will be show. Then login with your domain (e.g. domain.co.uk).
- You'll then be prompted for the passphrase that you set earlier. Enter this.
- You'll now have access to SSH for your site
Related Articles
How do I connect via SSH on an Apple Mac?
To connect via SSH on a Mac you can follow the instructions below: Log in HERE. Head to Manage Hosting and select Manage on the hosting package you want to connect to. Select the SSH Access icon. You’ll now need to generate a public key, on a Mac ...
How do I connect via 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). Windows If you're using Windows you will want to download an SSH client ...
How do I run Composer via SSH
At VISYOO 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 at VISYOO. This is a thin version of PHP without all ...
How do I connect via FTP?
Connecting via FTP to your web hosting is quick and easy. Ensure you have an FTP client available. We'd recommend FileZilla. Head to Manage Hosting Select Manage On the right-hand side of the control panel, you'll see the FTP panel. You'll need to ...
I can't connect via FTP, what can I do?
There are a few common reasons why you may not be able to connect successfully via FTP. 1. Make sure you're using the correct hostname If you’ve not switched the nameservers to point to VISYOO, you’ll need to use a different hostname to connect via ...