How can i connect to the server using ssh?
To connect to the server through ssh, if ssh-access is provided for the account, you can using ssh-client. For Windows OS you can use Putty or WinSCP. In Linux ssh client is installed be default and connects executing the command:
ssh username@hostname (enter password).
username – this is your user\log in of the administration panel.
hostname – this can be IP address of the server or domain name, that is directed to it.