configuring-key-based-ssh-authentication
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
configuring-key-based-ssh-authentication [2023/01/06 06:26] – created 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 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. | + | 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 alternative to logging in with an account password or passphrase. Technically speaking, SSH public key authentication relies on asymmetric cryptographic algorithms that generate a pair of separate keys (a key pair), one " | ||
+ | |||
+ | More information about SSH keys: | ||
+ | |||
+ | * [[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.1672986386.txt.gz · Last modified: 2023/01/06 06:26 by aorth