• How to Change SSH Connection Timeout in Linux

    The ssh connection timeout due to inactivity is annoying and won’t let you focus on doing your tasks. But you can easily change the SSH connection timeout limit and keep the SSH session alive even after some inactivity. It will happen by sending a “null packet” between the client and…

  • Enable SSH on CentOS 8.x and Red Hat Enterprise Securely

    The SSH (Secure Shell), is a network protocol that used to operate remote logins to distant machines within a local network or over the Internet. We are going to install SSH on CentOS and connect it via remote computer. By default, the SSH installed and ready to use in CentOS…