From f28cd15706bf13f4fb25c8965576213764b30965 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Tue, 9 Aug 2022 22:15:18 -0500 Subject: [PATCH] docs: remove incorrect SSH key info (#3448) --- docs/secrets.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/secrets.md b/docs/secrets.md index 64f11ab10c..40f69ea649 100644 --- a/docs/secrets.md +++ b/docs/secrets.md @@ -80,9 +80,3 @@ resource "coder_metadata" "twilio_key" { } } ``` - -## Coder SSH Key - -Coder automatically inserts an account-wide SSH key into each workspace. In MacOS -and Linux this key is at `~/.ssh/id_ecdsa`. You can view and -regenerate the key in the dashboard at Settings > SSH keys.