wiki:linux:basics:how_to_set_up_ssh_keys
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
wiki:linux:basics:how_to_set_up_ssh_keys [2025/01/07 12:36] – removed - external edit (Unknown date) 127.0.0.1 | wiki:linux:basics:how_to_set_up_ssh_keys [2025/01/07 12:36] (current) – ↷ Page moved from wiki:linux:install_davinci_resolve:wiki:linux:basics:how_to_set_up_ssh_keys to wiki:linux:basics:how_to_set_up_ssh_keys Greg | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== How To Set Up SSH Keys on Linux ====== | ||
+ | SSH keys are a very useful tool, as they both make it much easier to login AND make your SSH access much more secure. Plus, they' | ||
+ | |||
+ | ===== Generate an SSH Key ===== | ||
+ | |||
+ | If you haven' | ||
+ | |||
+ | < | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | ===== Copy the Key ===== | ||
+ | |||
+ | Copying the key also extremely easy, and again it's thanks to another tool in the SSH toolchain. '' | ||
+ | |||
+ | < | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | ===== Test It! ===== | ||
+ | |||
+ | That's all that you need to do! Now you just need to test the setup. Simply SSH in as the user and host that you copied the key to, and see if you get prompted for a password or not. | ||
+ | |||
+ | * If there' | ||
+ | * If there IS a password prompt, you may have mistyped something somewhere. Double-check your steps and make sure you typed everything in correctly. |