From 317591d2e2144b4837bf54763b493ac7bd9cc049 Mon Sep 17 00:00:00 2001 From: Rick Izzo Date: Tue, 22 Nov 2022 15:39:20 -0500 Subject: [PATCH] Fix App Docs for lightning ssh-keys command (#15773) fixed ssh-keys docs --- docs/source-app/workflows/ssh/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source-app/workflows/ssh/index.rst b/docs/source-app/workflows/ssh/index.rst index 28c25409dfbb4..e0bcbc103739c 100644 --- a/docs/source-app/workflows/ssh/index.rst +++ b/docs/source-app/workflows/ssh/index.rst @@ -48,7 +48,7 @@ You can add SSH keys using Lightning.ai website (Lightning.ai > Profile > Keys) .. code:: bash - $ lightning add ssh-key --public-key ~/.ssh/id_ed25519.pub + $ lightning create ssh-key --public-key ~/.ssh/id_ed25519.pub You are now ready to access your Lightning Flow and Work containers.