Skip to content

Commit

Permalink
added a troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
PLhuillery committed Jan 29, 2025
1 parent cc2a31f commit f0f7028
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 @@ -113,7 +113,7 @@ Connection to sshgateway-clevercloud-customers.services.clever-cloud.com closed.
```
The most common causes are:
- your application is not running. You cannot access a non-running instance, your application must be running.
- your application isn't running. You cannot access a non-running instance, your application must be running.

Check notice on line 116 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#L116

[Google.Contractions] Use 'can't' instead of 'cannot'.
Raw output
{"message": "[Google.Contractions] Use 'can't' instead of 'cannot'.", "location": {"path": "content/doc/administrate/ssh-clever-tools.md", "range": {"start": {"line": 116, "column": 39}}}, "severity": "INFO"}
- you do not have the right to access this instance or/and organization.

Check notice on line 117 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#L117

[Google.Contractions] Use 'don't' instead of 'do not'.
Raw output
{"message": "[Google.Contractions] Use 'don't' instead of 'do not'.", "location": {"path": "content/doc/administrate/ssh-clever-tools.md", "range": {"start": {"line": 117, "column": 7}}}, "severity": "INFO"}

For the second cause, it's very likely to be a key management issue. In order to fix it:
Expand Down

0 comments on commit f0f7028

Please sign in to comment.