ZebroidDocumentationProgram interfaceSSH accounts

SSH accounts

Documentation is not ready yet! If you have any questions - please contact with us using contact form
In program: File → SSH accounts
SSH accounts in the program are used in various instruments, such as: CMS installer, Rain-drop macro.

No matter for what tool you have created an account, they configure the same. Setting up access to the server via SSH in Zebroid does not differ from that used in any other SSH clients.

Program window: SSH accounts

Program window: SSH accounts


The first time this window will be completely empty, and the data entry fields are not active. Before you drive in setting up access to the site you must first create a new account. To do this, use the context menu in the left list and then add one or more accounts. The program supports the categorization of unlimited nesting.

Main settings

  • Name — profile name
  • Host — the address to which you want the program to connect (ip or server domain)
  • Port — the port for the connection (usually port 21)
  • Login — user login
  • Password — user password
  • The end-of-line — symbol, which indicates the end of the line (command separator). On Unix systems, this «New line» (\n)"




SSH terminal


SSH terminal is used to test the connection to the server and run custom commands.

SSH terminal window

SSH terminal window


It consists of two parts:

  1. Command Line — field to enter a command. It is multiline field and for once there you can enter multiple commands to be executed in sequence
  2. Terminal window — window, which displays the server's response to the commands sent by the user
It is understood that the terminal window — it's not a full-fledged console and there is no possibility to execute commands that require interactive user action. These commands, for example, is to open editor (vi, nano).