Fix ssh cli docs based on review

This commit is contained in:
Tuan Dang
2024-12-19 22:12:32 -08:00
parent 05cdca9202
commit e9564f5231

View File

@@ -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.
</Accordion>
<Accordion title="--token">
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.
</Accordion>
</Accordion>
@@ -92,8 +92,6 @@ This command enables you to obtain SSH credentials used to access a remote host;
</Accordion>
<Accordion title="--outFilePath">
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.
</Accordion>
<Accordion title="--certType">
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.
</Accordion>
<Accordion title="--token">
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.
</Accordion>
</Accordion>