mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-06-28 05:33:45 +00:00
Update Readme
Update readme with Prerequisite for container based workflows
This commit is contained in:
parent
5f95203cea
commit
c0329ee41b
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@ If the private key is not in the `PEM` format, you will see an `Error loading ke
|
||||||
|
|
||||||
Use `ssh-keygen -p -f path/to/your/key -m pem` to convert your key file to `PEM`, but be sure to make a backup of the file first 😉.
|
Use `ssh-keygen -p -f path/to/your/key -m pem` to convert your key file to `PEM`, but be sure to make a backup of the file first 😉.
|
||||||
|
|
||||||
|
### Prerequisite for Container based Workflows
|
||||||
|
|
||||||
|
If using this on a container based workflow, make sure that your container has ssh-clients package installed.
|
||||||
|
|
||||||
## Additional Information for Particular Tools or Platforms
|
## Additional Information for Particular Tools or Platforms
|
||||||
|
|
||||||
If you know that your favorite tool or platform of choice requires extra tweaks or has some caveats when running with SSH, feel free to open a PR to amend this section here.
|
If you know that your favorite tool or platform of choice requires extra tweaks or has some caveats when running with SSH, feel free to open a PR to amend this section here.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue