ControlPanel provides a Web-based interface that enables you to connect to and communicate with your Web server via SSH (Secure Shell). SSH encrypts the session so that others cannot eavesdrop and enables secure remote access to an SSH-enabled server.
Your website's administrator can log in to and access your Web servers from a remote location (such as at home, or from a hotel room) to check activity logs, move files from one computer to another, monitor system performance or update user access privileges and be assured that the connection is secured.
Note: The Username and password for uploading files via FTP will be the same as your master username and password.
To use SSH:
Download and install the Java program needed to run SSH at
http://java.com/en/download/index.jsp
*Note: You may need to restart your computer after installing the Java program as well.
In the home page of ControlPanel under the Manage Services section, click Website.
In the Website page under the File Manager section, clickSSH.
Click the Launch SSH link.
A Java pop-up window appears. Type in your command at the $ command prompt.
For example, the command who ($ who) lists everyone who is logged in.
Type sftp yourdomain.com after the command prompt to use secure FTP.
Type ssh yourdomain.com after the command prompt to use secure ssh.
After you type in either SFTP and SSH, you will be asked for your password which is usually your master account password unless you have changed it.
You can now type in commands like get which will download files to your shell.