Users What is it A server (and to some extent a computer) is usually shared between several people. But how could we do that? One solution to allow several people access to a server is sharing the same credentials. But this comes with many issues: The solution offered by Linux is the users.That way every… Continue reading User and Group: What for and How to create them
Author: ultraxime
How to create an SSH Key
What is an SSH Key Why is it useful An SSH Key is a means to secure the authentication to an SSH server.It allows a more robust connection to the server compared to password authentication. We will see in another tutorial how to set up this authentication on a server. When authenticating to a server… Continue reading How to create an SSH Key