Category: securing ssh

shape
shape
shape
shape
shape
shape
shape
shape
Standard

SSH Bastion Host

SSH Bastion Host In recent times, there is an increasing need for organizations to give employees access to their IT facilities due to the ongoing Covid restrictions ( such as work from home ) in place and in other cases grant access to external parties like clients, vendors who want to troubleshoot and fix issues

Standard

SSH Jump Server

SSH Jump Server In recent times, there is an increasing need for organizations to give employees access to their IT facilities due to the ongoing Covid restrictions ( such as work from home )  in place and in other cases grant access to external parties like clients, vendors who want to troubleshoot and fix issues

Standard

How to Harden SSH Server?

How to Harden SSH Server? Introduction Secure or harden the SSH server has become a very important security concern as it acts as the entry point or gateway to remote servers. SSH protocol is widely used by the system administrators to manage the linux servers remotely. By default, port 22 is used for SSH. In this blog post, we will go through the possible

Standard

Ezeelogin Jump Server Conferred 2 IT Management Software Badges by Popular Platform for Software Reviews

FinancesOnline, one of the most popular independent review platforms for business software solutions, has recently recognized Ezeelogin Jump Server with two industry recognitions: Premium Usability and Rising Star awards for 2019. These awards were given after their software experts evaluated the top players under its IT security software space. Recording a 100% user satisfaction rating,

Standard

Four Eyes authorization for Sarbanes-Oxley ( SOX ) , PCI , HIPAA Security Compliance

Four Eyes authorization for Sarbanes-Oxley ( SOX ) , PCI , HIPAA Security Compliance The Sarbanes-Oxley Act of 2002 (SOX) is an act passed by U.S Congress in 2002 to protect investors from the possibility of fraudulent accounting activities by corporations. The SOX Act mandated strict reforms to improve financial  disclosures from corporations and prevent

Standard

SSH BRUTEFORCE

SSH BRUTEFORCE ATTACK: How to defend against it effectively? Hackers frequently target Linux servers and try to bruteforce the ssh daemon running on it.  If the root password that you have set is weak , the hackers would quickly gain access to your Linux server and your machines could be part of wider bot network,

Standard

Record SSH Session

Record SSH sessions on Linux server, Amazon EC2 instances for Security Compliance It is mandatory to record ssh sessions to be PCI DSS Complaint when system administrator, system engineers or devops engineers login via ssh into your Linux machines or cloud instances, . It is also a must to maintain a log of all ssh

Standard

Secure and harden SSH Bastion host?

Secure and harden SSH Bastion host? 1. Enable a firewall and by default block all  IP access to the SSH Port and enable only your staff ips or dynamic ip ranges that you trust. 2. Disable direct root login. Its always better to login as a non privileged user first and the switch to the