In this blog we are going to see how to increase session timeout in openssh server.The can be done in two ways, you can either set this on server side or you can set this on client side. Let's check both ways. Definition ServerAliveInterval: Number of seconds that the client will wait before … [Read more...] about Increase SSH connection timeout
Failed to start OpenBSD Secure Shell server [SOLVED]
Unable to start SSHD after restarting serverTo find the problem with starting sshd you can use the command below,sudo sshd -TI found that I had to create a directory as shown below to solve the problem.mkdir /var/run/sshd/ cd /var/run/sshd/ ln -s /etc/localtime localtime … [Read more...] about Failed to start OpenBSD Secure Shell server [SOLVED]