- Kaspersky Endpoint Security overview
- What's new in this version
- Comparison of Kaspersky Endpoint Security functions depending on the Kaspersky Security Center management tool
- Install and uninstall the application
- Start the application for the first time
- Kaspersky Endpoint Security application interface
- About notifications
- Kaspersky Endpoint Security application licensing
- Perform common tasks
- Open and quit the application
- View the status of computer protection
- View the operating status of installed components
- Disable and resume computer protection
- Use Protection Center
- Perform scan tasks
- Configure the automatic start of a scheduled scan task
- Update application databases
- What to do if file access is blocked
- Restore a file that has been deleted or disinfected by the application
- View the application operation report
- What to do if notification windows appear
- Advanced configuration of the application
- Computer protection scope
- File Threat Protection
- Web Threat Protection
- Network Threat Protection
- Scan
- Update tasks
- Local tasks
- Backup
- Reports
- Managed Detection and Response
- Endpoint Detection and Response (KATA)
- Endpoint Detection and Response Optimum
- FileVault Disk Encryption
- Password protection
- Behavior Detection
- Participate in Kaspersky Security Network
- Check the integrity of application components
- Manage the application via Kaspersky Security Center Administration Console
- Deploy Kaspersky Endpoint Security on a corporate network
- Update Kaspersky Endpoint Security version 11.1 or later to version 12.1
- Prepare for remote installation of Kaspersky Endpoint Security
- Manage Network Agent from the command line
- Install and uninstall Kaspersky Endpoint Security
- Start and stop the application via Kaspersky Security Center
- Create and manage tasks
- Create and manage policies
- Create and manage policy profiles
- Generate a report on detected objects
- Get a recovery key for an encrypted disk
- Remote administration of the application via Kaspersky Security Center Web Console and Cloud Console
- Install the Kaspersky Endpoint Security web plug-in
- Create policies
- Create tasks
- Get a recovery key for an encrypted drive
- Manage the application from the command line
- View command line help
- Run malware scan
- Update the application
- Roll back the last update
- Start/stop a component or task
- View status and statistics of a component or task
- Export protection settings
- Activate the application
- Install the system extension
- Configure network connections
- Remove license keys
- Return codes of the command line
- Quit the application
- Uninstall the application
- Detection and Response management commands
- Contact Technical Support
- Sources of information about the application
- Appendices
- Information about third-party code
- Trademark notices
Install Network Agent using the SSH protocol
One way to install Network Agent on a remote computer is by using the SSH protocol.
Make sure that the following requirements are met:
- Kaspersky Security Center Administration Server is deployed on the corporate network.
- Administration Console is installed on the Kaspersky Security Center administrator's workstation.
- The Network Agent installation package is created and stored in a shared folder of Administration Server.
- Remote Login is enabled on the remote computer.
- The computer account used to install Network Agent is included in sudoers.
For detailed information about installation packages, see the Kaspersky Security Center Help.
Install Network Agent using the SSH protocol
- Start the SSH client on the 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 command in the SSH client:
cd /Volumes/KLSHARE/<klnagent_package_folder>
where
<klnagent_package_folder>
is the folder, in which the Network Agent installation package is located.sudo ./install.sh --accept_eula [-r <server>] [-p <port number>] [-s use_ssl 0|1] [-l <SSL port number>] [-x use_proxy 0|1] [-a <proxy>] [-n <proxy login>] [-w <proxy password>]
Parameter descriptions:
<server>
– IP address or DNS name of the server on which Kaspersky Security Center is installed.<port number>
– Number of the port that will be used to establish an unencrypted connection to Administration Server. Port 14000 is used by default.use_ssl 0|1
– Parameter that defines whether encryption will be used when establishing the connection between Network Agent and Administration Server. If the value is "0", an unencrypted connection is used. If the value is "1", the connection is established via the SSL protocol (default value).<SSL port number>
– Number of the port that will be used to establish an encrypted connection to Administration Server using the SSL protocol. Port 13000 is used by default.use_proxy 0|1
– Parameter that defines whether a proxy server will be used when connecting to the internet. If the value is "0", a proxy server is not used. If the value is "1", the connection is established via a proxy server (default value).<proxy>
– IP address or DNS name of the proxy server.<proxy_login>
– User account for connecting to the proxy server.<proxy_password>
– Password for connecting to the proxy server.
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:
umount /Volumes/KLSHARE
- Check if Network Agent functions properly on the remote computer. To do this, enter the following commands in the SSH client:
cd /Library/Application\ Support/Kaspersky\ Lab/klnagent/Binaries/
sudo ./klnagchk
If the check is successful, Network Agent functions properly.