Start the SSH client on the Kaspersky Security Center administrator's workstation.
Connect to the remote computer.
Connect the shared folder of Administration Server as a network drive on the remote computer. To do this, enter the following commands in the SSH client:
mkdir /Volumes/KLSHARE
mount_smbfs //<administrator account>:<password>@<Administration Server IP address>/KLSHARE /Volumes/KLSHARE
Parameter descriptions:
<administrator account> – Name of the administrator account on Administration Server.
<password> – Password of the administrator on Administration Server.
<Administration Server IP address> – IP address of the server hosting Kaspersky Security Center.
Run the installation script. To do this, enter the following commands in the SSH client:
cd /Volumes/KLSHARE/<KES package folder>
./install.sh --accept_eula
where <KES package folder> is the folder, in which the Kaspersky Endpoint Security installation package is located.
Important: Administrator rights are required for executing this command.
Disconnect the network drive on the remote computer. To do this, enter the following command in the SSH client: