Accessing Your SSH Account (Shell Access)
SSH is a secure form of Telnet connection, using an RSA key. It is a more powerful means of access than FTP, as it provides a command line interface for running scripts, etc.
At the same time, SSH allows more possibilities for error, and actions which may cause harm to the server. Therefore, SSH access is a privilege to an account. It can be revoked at any time if user's activities appear detrimental to the health of the server.
To request shell access to the server, do the following:
- Select FTP User in the FTP menu.
- Enable Shell Access and admin will receive the request on his control panel.
- Agree with charges, if any.
- Click the Request Status link that appeared to learn if your request has been processed by admin.

Depending on the request status, you will see the following message:
- If request is not reviewed by admin:

- If shell access is granted by admin:

- If shell access is granted by admin, it turns ON and opens you access to server:

Users with SSH access enabled will be automatically limited to their home directory. This is done for security reasons, in order to restrict users from running certain commands and accessing system directories. However, users will still be able to create, copy, move, rename and delete files and directories and run a variety of utilities and file managers:
- Utilities: cat, echo, ln, mkdir, ps, rm, sh, cp, date, kill, ls, mv, pwd, rmdir, sleep, md5/md5sum, ping, awk, diff, find, id, sed, tar, whereis, basename, dirname, grep, ldd, sort, touch, which, cut, du, head, more, tail, vi, whoami, clear.
- File managers: mc, ytree, vifm, deco.
|