For advanced users we offer Secure Shell (SSH) access, a feature that allows you to perform rapid tasks directly on the server. It can speed up many tedious processes that can be time consuming when using FTP.
According to Wikipedia, SSH "is a cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services between two networked computers that connects, via a secure channel over an insecure network, a server and a client (running SSH server and SSH client programs, respectively). The protocol specification distinguishes between two major versions that are referred to as SSH-1 and SSH-2."
In most cases, we suggest that you use PuTTY to perform SSH commands. According to Putty.org, "PuTTY is an SSH and telnet client ... [and] open source software that is available with source code and is developed and supported by a group of volunteers." Essentially, PuTTY is a network file transfer application that supports multiple network protocols including SSH. Download PuTTY here.
To access your SSH login details, log into your Cloud Control Panel™(CCP). Select the product you'd like to work with and click on the FTP, SFTP, SSH icon in the CCP.
In the following window, you'll be able to access your Login Information.
cd ~
tar -zcvf backupname.tar.gz *
tar -jcvf backupname.tar.bz2 *
bunzip2 -d filename.tar.bz2
gzip -d filename.tar.gz
tar -xvf backupname.tar
unzip filename.zip
pwd
whoami
wget “http://domainname.com/filename.txt”
env EDITOR=nano crontab -e
crontab -l
du --max-depth=1 -h
ll|wc -l
mysql -h db -u username -p dbname < filename.sql
scp filename username@host:~/filename
scp username@host:~/filename filename
cp -R olddirectory newdirectory
We take a great deal of pride in our knowledgebase and making sure that our content is complete, accurate and useable. If you have a suggestion for improving anything in this content, please let us know by filling out this form. Be sure to include the link to the article that you'd like to see improved. Thank you!