How to login to VPS server using SSH?

boobear

New Member
I need to add Zend Optimizer and IonCube to my VPS configuration. I believe thise are the instructions:

To install Zend Optimizer:
1. Login to your server via SSH
2. Run: /scripts/installzendopt
3. Follow the instructions on the screen to install Zend Optimizer

How do I go about logging in to the server via SSH?

Also, is there a central doc to find out how to configure servers for various functions like this? Or are we to post in the forum to get help?
 
If you're using Windows, you'll need an SSH client such as PuTTY. If you're using just about anything else you simply type "ssh yourusername@yourhost.com" on the command line and enter your password when prompted. I believe this is something support will do for you if you ask them to.
 
Top