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
How to convert PPK to id_rsa
In this blog post, I will show you how to convert a putty based ppk file to linux compatible public or private key.Install Putty on LinuxFirst install putty utility on linux using commands below,Ubuntusudo apt-get install putty-toolsRed Hatyum install puttyTo public … [Read more...] about How to convert PPK to id_rsa
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]
How to install CentOS with GUI for desktop/laptop
This blog post is a comprehensive guide about installing CentOS on your laptop. I will walk you through the steps involved in installing the OS & GNOME desktop (GUI). Download and create bootable USB Download the image from here & Select "everything-iso" from the options available. You need … [Read more...] about How to install CentOS with GUI for desktop/laptop
How to format usb drive on ubuntu or kali linux
In this blog post, I will show you how to format a usb pendrive on ubuntu or kali linux. Install GParted GParted (GNOME Partition Editor) is a utility for managing your disk partitions. We will use this tool to format USB drive easily, Let's install it using the commands … [Read more...] about How to format usb drive on ubuntu or kali linux
Installing JDK on linux
Introduction This is a blog post series on Java Programming. In this blog post, I will cover introduction & installation part. In the next blog posts I will cover the core concepts of Java. About Java Java is a general-purpose computer-programming language that … [Read more...] about Installing JDK on linux
How to downgrade java on ubuntu/kali linux
In this blog post I am going to show you how to downgrade java and javac on ubuntu/kali linux. Some applications will require older version of java; For instance, I had to downgrade from openjdk 10 to openjdk 8 because Jenkins doesn't support openjdk 10.The availability of java versions … [Read more...] about How to downgrade java on ubuntu/kali linux
How to install bluejeans on ubuntu or kali linux
In this blogpost, I am gonna show you, how to install bluejeans on kali linux/ubuntu. You will need alien. If you are trying to attend a meeting which is being hosted on bluejeans; the browser will ask you to download the app and join, but unfortunately, it doesn't provide you with a .deb … [Read more...] about How to install bluejeans on ubuntu or kali linux