From 93eab10382789d2522c4c4ae22e00f54d8a4fcf3 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 9 May 2022 09:05:33 +0000 Subject: [PATCH] Update 'Keypair Generation' --- Keypair-Generation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keypair-Generation.md b/Keypair-Generation.md index 8d69129..04c3963 100644 --- a/Keypair-Generation.md +++ b/Keypair-Generation.md @@ -9,7 +9,7 @@ From your home directory (GitBash can be used in Windows installs) Select the `ssh-keygen -t rsa` -Copy the complete key to your clipboard +Copy the complete public key to your clipboard `cat .ssh/id_rsa.pub`