configuring-key-based-ssh-authentication
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
configuring-key-based-ssh-authentication [2023/01/06 06:30] – aorth | configuring-key-based-ssh-authentication [2023/01/06 07:03] (current) – aorth | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Configuring Key-Based SSH Authentication ====== | ====== Configuring Key-Based SSH Authentication ====== | ||
- | As of 2023 we no longer allow password authentication to the ILRI, Nairobi HPC. All users must use SSH keys instead. This is due to the increasingly hostile nature of the public Internet, where malicious bots constantly barrage publicly accessible servers with login attempts, hoping to get lucky. SSH keys are a more robust, more secure | + | As of 2023 we no longer allow password authentication to the ILRI, Nairobi HPC. All users must use SSH keys instead. This is due to the increasingly hostile nature of the public Internet, where malicious bots constantly barrage publicly accessible servers with login attempts, hoping to get lucky. |
+ | |||
+ | SSH keys are a robust, more secure | ||
More information about SSH keys: | More information about SSH keys: | ||
- | * [[Set up SSH public key authentication to connect to a remote system|https:// | + | * [[https:// |
===== macOS or GNU/Linux ===== | ===== macOS or GNU/Linux ===== | ||
+ | |||
+ | ==== Checking for Existing SSH Keys ==== | ||
+ | First you should check to see if you have an existing SSH key on your local system: | ||
+ | |||
+ | < | ||
+ | |||
+ | Check the directory listing to see if you already have a public SSH key. By default, the filenames of supported public keys for GitHub are one of the following: | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | < | ||
+ | |||
+ | ==== Generating a New SSH Key ==== | ||
===== Microsoft Windows ===== | ===== Microsoft Windows ===== |
configuring-key-based-ssh-authentication.1672986604.txt.gz · Last modified: 2023/01/06 06:30 by aorth