|
Using SSH
Please Note:
Due to security risks in using un-secure telnet clients Only SSH clients will be able to connect to your
Virtual Private Server.
Remote administration is one of the most powerful tools included as part of the
Virtual Private Server System. By using a SSH client, you can connect to your
Virtual Private Server from anywhere in the world, and log in to your server as if you were sitting right in front it.
Choosing a SSH Client
There are quite a few telnet clients available, many of which are free.
In order to access your server via SSH, you will need to obtain an SSH client. Two of our favorite SSH clients are PuTTY (freeware available at
http://www.chiark.greenend.org.uk/~sgtatham/putty.html) and VanDyke Technologies' SecureCRT (a full-featured commercial SSH client available at http://www.vandyke.com/products/securecrt).
For Mac users try F-Secure SSH written by Data Fellows.
Connecting To Your Virtual
Private Server
Once you have chosen a SSH client, connecting to your Virtual Private Server is extremely simple. Although SSH clients vary in their exact configuration, most of them will simply require you to specify a "remote host". Your remote host is your
Virtual Private Server, so you would specify your domain name or your IP numbers.
Once you are connected, you will be prompted for your login name and login password. After the login process is successful, you will have gained access to your
Virtual Private Server and can now issue commands at the command prompt. If you are not familiar with UNIX, you can learn some simple UNIX commands and use them with confidence.
For more information on SSH, be sure to check out our
Online Users Guide. The manual will help you become very comfortable using SSH.
Also see our F.A.Q.'s on Server Administration.
Some commands to become familiar with:
% apachectl configtest
Tests the config files before restarting the Server
% apachectl restart
Restarts your Virtual Private Server (this should be done after making any changes)
% vadduser
Creates email and or ftp accounts.
% vedituser
Edits email and or ftp accounts
% vlistuser
Displays info on email and or ftp accounts
% vpasswd
Changes accounts password
% vrmuser
Removes email and or ftp accounts
% vnewvirtmaps
Updates email mapping according to your virtmaps file
% vnewaliases
Updates aliases according to your Aliases file
% vnewcatchall
Updates catchall file
% vnewaccess
Updates the access file
% vmailhash
Updates all mail files, (virtmaps, aliases, catchalls, access)
% vnewspammers
Updates list of addresses not allowed to send mail to your server according to your spammers file
% vaddvhost
Adds new virtual host (user) to your server.
% vinstall
Installs cgi and utilities on your server
% vnukelog -a
Nukes (clears) ALL your old or existing log files
% vnukelog -v domain.com
(v is for virtual host) This will delete any log files for the virtual host domain.com only, where domain.com is a virtually hosted domain on your
Virtual Private Server.
% vcleandb
Cleans the pophash database
%vdiskuse
This will show you a listing of all of the directories on your server and show you the bytes being used in each directory. The last line of the output will show you the total disk usage in number of bytes
More Unix commands listed in the
Unix section.
Please
Contact Us if you have any questions
concerning RSH Web Services products or services.
|