From c0329ee41b739c8a35a10ae6cd49cf428043958c Mon Sep 17 00:00:00 2001 From: Shashank Patidar <74622220+shashank11p@users.noreply.github.com> Date: Fri, 5 Mar 2021 04:47:34 +0530 Subject: [PATCH] Update Readme Update readme with Prerequisite for container based workflows --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0a49485..2877d01 100644 --- a/README.md +++ b/README.md @@ -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 😉. +### 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 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.