diff --git a/docs/cli/commands/ssh.mdx b/docs/cli/commands/ssh.mdx
index 309f5d729..78712ba6f 100644
--- a/docs/cli/commands/ssh.mdx
+++ b/docs/cli/commands/ssh.mdx
@@ -64,7 +64,7 @@ This command enables you to obtain SSH credentials used to access a remote host;
Defaults to the autogenerated Key ID by Infisical.
- The authenticated token to use to issue SSH credentials. This is required when using a machine identity to authenticate.
+ An authenticated token to use to issue SSH credentials.
@@ -92,8 +92,6 @@ This command enables you to obtain SSH credentials used to access a remote host;
The path to write the SSH certificate to such as `~/.ssh/id_rsa-cert.pub`; the specified file must have the `.pub` extension. If not provided, the credentials will be saved to the directory of the specified `--publicKeyFilePath` or the current working directory where the command is run.
-
- Note that either the `--outFilePath` or `--addToAgent` flag must be set for the sub-command to execute successfully.
The certificate type to issue SSH credentials for.
@@ -113,6 +111,6 @@ This command enables you to obtain SSH credentials used to access a remote host;
Defaults to the autogenerated Key ID by Infisical.
- The authenticated token to use to issue SSH credentials. This is required when using a machine identity to authenticate.
+ An authenticated token to use to issue SSH credentials.
\ No newline at end of file