Skip to content

Commit

Permalink
phrasing and structure
Browse files Browse the repository at this point in the history
  • Loading branch information
PLhuillery committed Jan 31, 2025
1 parent 92ba09f commit b9d8856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/doc/administrate/ssh-clever-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ A useful command for debugging is:
ssh -t ssh@sshgateway-clevercloud-customers.services.clever-cloud.com -v
```

This command will show information about your SSH connection attempt, such as the key, and the organization your key is linked to.
This command shows information about your SSH connection attempt, such as the key, and the organization your key is linked to.

Check notice on line 126 in content/doc/administrate/ssh-clever-tools.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/ssh-clever-tools.md#L126

[Google.Passive] In general, use active voice instead of passive voice ('is linked').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('is linked').", "location": {"path": "content/doc/administrate/ssh-clever-tools.md", "range": {"start": {"line": 126, "column": 114}}}, "severity": "INFO"}

If you don't see your SSH key listed, you must [add it to your SSH agent](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#adding-your-ssh-key-to-the-ssh-agent).
If your key is present but not resolved as the first one in the list, you can [force the use of a specific key](../../account/ssh-keys-management/#configure-your-ssh-agent)

0 comments on commit b9d8856

Please sign in to comment.