Skip to Content

 Productivity & Efficiency Features

How to export servers ?

An export script is provided to export the list of all servers and server details into a plain text file appropriate to be imported into Ezeelogin.   [email protected] ~]#php /usr/local/ezlogin/ezxport.php <output file> [<delimiter>] ... Read More

How to stream the ssh sessions in real time?

Stream SSH in real-time In order to stream the ssh session of users in real time, click on SSH Log Note that ssh live streaming is possible only for ongoing ssh sessions only and not for sessions that have ended. SSH Live streaming is possible... Read More

How to grant Parallel Shell privilege for a user?

Parallel shell by default is disabled for all users except for the admin user created at the time of installation and has to be granted explicitly. To grant Parallel Shell access to a user, Go to Access Control->User -Action->Servers->Allow... Read More

Configure shell activity timeout in ssh gateway

Enable ssh session timeout so that idle ssh session are automatically disconnected from the ssh gateway. Set the variable Shell Activity Timeout so that ssh session which are idle are automatically timed out after the set number of seconds. A value... Read More

Webportals unavailable for user

Webportals is not available for a user The web portal is not available for a user if the admin user has not given permission to access the portals for that user.      Go to the web panel and navigate to the tab Under Access-Control >>... Read More

Parallel Shell - How to use it?

Parallel shell allows the ssh gateway users to execute command on multiple servers simultaneously. Commands can be executed on different server groups that the ssh gateway user has access to or the user can run the command on all servers that  the... Read More

record rdp session

Record RDP sessions Enable RDP Recording from Ezeelogin Gui > Settings > General  Settings > Security > RDP Recording   Click on the RDP Recording button on the left menu and you will be provided with an interface to view  and search... Read More

Import servers from a CSV file into Ezeelogin

How to import servers from a file into the Ezeelogin SSH gateway? 1. To import a list of servers from a CSV file, click on the import tab on the left then choose the CSV file and click upload.  2. Once you click upload, the CSV file would be parsed... Read More

Set SSH User Expiry

How can we set expiry for SSH users? This feature lets you manage the duration for which an ssh gateway user will have access to the gateway after which it expires. The duration of the ssh access to the gateway can be set to expire in minutes, hours... Read More

Add custom fields on server add form

How to add custom fields on the server add form while adding a server?   1) Click on the settings -> server field -> add custom server field       2) You will able to view the custom field while adding the server by... Read More

Add / update / delete servers through ezeelogin API

How to add/delete/update servers in GUI using Ezeelogin API Login to Ezeelogin GUI > Open Settings >  API Add the details of API configurations and Make sure API is enabled in API settings for the API script to work.     An API... Read More

How to increase the speed of execution in parallel shell?

To increase the speed of parallel shell execution, increase the mExec Concurrency variable. The number of processes created for parallel shell execution would be equal to the value assigned in this variable. The load on the ssh gateway server would... Read More

Integrate OneLogin SSO with jumpserver

Note: SAML is an authentication mechanism for web applications. It's based on web protocols and it cannot be used for user authentication over SSH.   1. Login to OneLogin and Add Application.     2. Search for SAML TEST and select SAML... Read More

Integrate Windows AD with CentOS using SSSD

How to integrate Windows AD with Centos 8 using SSSD?   Ensure that the following ports on the RHEL host are open and accessible to the AD domain controllers.  DNS =53, LDAP =389, Kerberos 88 & 464, LDAP Global Catalog 3268 and NTP 123 (UDP) ... Read More

Adding Interworx as webportal in Ezeelogin

How to add InterWorx as webportal in Ezeelogin? Minimum System Requirement Processor: 1.1 GHz Disk Space: 20 GB minimum; 40 GB recommended Memory: 1 GB minimum RAM with 3 GB minimum swap If the system has more than 1 GB RAM, the... Read More

Transfer file from desktop machine to remote server

How to transfer files from the user's desktop to remote servers using Ezeelogin GUI? This feature is available from Ezeelogin version 7.29.2. Refer below article to upgrade the current Ezeelogin installation to the latest version. How to... Read More

Granting SSH access using TCP Wrappers

How to grant SSH access only from an IP to a server? Login to the server and edit hosts.allow and hosts.deny and add the below lines. hosts.allow will have high priority and it will override the rules in hosts.deny. Refer below example of allowing... Read More

Assign command guard groups for users or user groups

How to assign command guard groups for users or user groups from the command line interface (CLI)? Create and assign commands to command guard groups using the below article. Create and assign the command guard in Ezeelogin GUI. How to view the... Read More

Unmanaged SubSSH User

How to use unmanaged SubSSH users in Ezeelogin? Ezeelogin will not create unmanaged SubSSH on the remote servers. Do create unmanaged SubSSH users that already exist on the remote server. Both password and key-based authentication can be setup for... Read More