From 4e393da6449f2b93f86a172773049843d18e0981 Mon Sep 17 00:00:00 2001 From: BitcoinMechanic Date: Sun, 4 Dec 2022 21:14:53 -0800 Subject: [PATCH] don't add email to ssh key --- site/source/user-manual/ssh.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/user-manual/ssh.rst b/site/source/user-manual/ssh.rst index a2654be..d51c362 100644 --- a/site/source/user-manual/ssh.rst +++ b/site/source/user-manual/ssh.rst @@ -15,7 +15,7 @@ Creating an SSH Key (Linux/Mac) .. code-block:: bash - ssh-keygen -t ed25519 -C "your_email@example.com" + ssh-keygen -t ed25519 You will be asked to ``Enter a file in which to save the key`` - we recommend you press ``Enter`` to use the default location