2.11.1.3. SSH connection

Notes:

  • The web client works directly in the browser. When using it, you do not need to enter a password or run any additional software.
  • When connecting through the section «SSHaccess» you will be taken to the root directory of the hosting account, when connecting through the section «My sites» — directly to the root directory of the corresponding site.

Open the section «HostingSSHaccess» and opposite «WebSSH» click «Connect»:Or open the section «My sites» and in the site menu click «SSH»:

  1. Run the standard command:
    ssh example@example.ftp.tools

    Instead example and example.ftp.tools use SSH login and host.

  2. Once the connection is established, enter SSH password). Attention! For security reasons, in Linux systems, when entering a password or pasting it from the clipboard, characters are not displayed on the screen.

PuTTY is a free SSH and telnet client. You can download the current version at official website.

  1. Download and run PuTTY.
  2. Specify connection settings:
    • «Host Name (or IP address)» — SSH host.
    • «Port» — 22.
    • «Connection type» — «SSH».
  3. Click «Open».
  4. If a warning is displayed, it means that the server key is not in the PuTTY cache (this is typical for the first connection) or has changed. To connect, click «Yes» or «No»:
    • «Yes» - connect and add the key of the current server to the PuTTY cache (on subsequent connections, the warning will no longer be displayed until the PuTTY cache is cleared or the server key is changed).
    • «No» - connect without saving the key in the PuTTY cache (the next time you connect, the warning will be displayed again).
    • «Cancellation» - do not connect and do not save the key in the cache.
  5. Once connected, enter SSH login and password. The password can be entered either manually or copied and pasted with the right mouse button. Attention! For security reasons, in Linux systems, when entering a password or pasting it from the clipboard, characters are not displayed on the screen.
Content