ssh

How To Manage Multiple …

In the previous article you learnt how to connect between two Linux machines, in this tutorial, you are going to learn how to manage more than one ssh keypair effectively. In your .ssh directory, create a file called config. Inside the config add the following lines: Host Cat HostName cat.com User …

Pair Programming With …

Have you ever wondered how you can do pair programming with your friends using some simple tools? To achieve this, you only need two things: ssh and tmux. I’ve already explained about ssh in my other articles, you can go and check them out to get some basic understanding. If you haven’t …

How To Connect Between …

Securely connecting two computers using SSH is fairly simple and powerful. But if you are new to the world of computers, especially GNU/Linux, it could be a bit tricky to get around some basic stuff. In this tutorial, I’m going to teach you the step-by-step process to communicate between two …