Overview
This article provides the steps required to access Kerio Control's shell using Secure Shell (SSH). This is helpful when you need to perform general troubleshooting, specifically on network issues in Kerio Control.
To access Kerio Control's server shell remotely, you need a client program, like PuTTY. If you are using Linux or Mac, you can open a secure shell tunnel using the Terminal app.
In the default traffic rules configuration, Kerio Control allows remote login only from the Trusted/Local network.
Process
- Log in to the Kerio Control administration interface.
- While holding the Shift button on your keyboard, navigate to Status > System Health.
- Enable SSH by clicking the Enable SSH button.
- In your secure shell program, open a new connection to Kerio Control's server address.
- When asked for the credentials, enter root for login as and your local administrator password for root's password.
Example of Usage
Identifying Kerio Control Webadmin URL from SSH
- Run
ls
command and check if theadmin.url
is listed or not.
- If listed, then run
nano admin.url
.
CONFIRMATION: The Webadmin URL is shown in the file.
Displaying Linux Kernel Module Information
- Navigate to the wireless network drivers directory.
cd /lib/modules/3.16.0-k4-kerio-amd64/kernel/drivers/net/wireless/ath
- Run the
modinfo
command for the necessary driver (i.e.,ath10k_pci
).
modinfo ath10k_pci
Confirmation
You can successfully access Kerio Control's shell using SSH.
Priyanka Bhotika
Comments