Start a conversation

Accessing Kerio Control's Shell Using SSH

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

  1. Log in to the Kerio Control administration interface.
  2. While holding the Shift button on your keyboard, navigate to Status > System Health.
  3. Enable SSH by clicking the Enable SSH button.
     
    enable_ssh.png
     
  4. In your secure shell program, open a new connection to Kerio Control's server address.
  5. When asked for the credentials, enter root for login as and your local administrator password for root's password.

    Screen_Shot_2019-08-16_at_4.47.03_PM.png
     

Example of Usage

 

Identifying Kerio Control Webadmin URL from SSH

  1. Run ls command and check if the admin.url is listed or not.

    image3.png
     
  2. If listed, then run nano admin.url.

CONFIRMATION: The Webadmin URL is shown in the file.
 

mceclip0.png

 

Displaying Linux Kernel Module Information

  1. Navigate to the wireless network drivers directory.
     
    cd /lib/modules/3.16.0-k4-kerio-amd64/kernel/drivers/net/wireless/ath
     
  2. Run the modinfo command for the necessary driver (i.e., ath10k_pci).

    modinfo ath10k_pci

    linux_kernel.png
     

Back to top


 

Confirmation

You can successfully access Kerio Control's shell using SSH.

 

 

Back to top


 

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments