HOME
> System software
> Creating An Ssh Key - How It Works
Creating an SSH key - how it works
An SSH key is needed if you want to remotely control another computer. Depending on whether you are using a Mac or a computer with Windows as operating system, the procedure to create the key varies.
How to create SSH key on Mac
SSH stands for Secure Shell and allows you to remotely control another computer. But for this to work, you need an SSH key for public key authentication. This consists of a public and a private key and is created as follows:- If you are using a Mac, first open the Terminal on it by going to the "/Program Files/Utilities" folder.
- Type the command "ssh-keygen -t rsa -b 4096" there and save the created key file in a new folder. Confirm your entry afterwards with the "Enter" key.
- If you want, you can now still set a password and confirm it. Alternatively, simply skip the password creation by pressing the "Enter" key.
- The creation of the SSH key is now complete and you will find the key in the previously created folder.