diff --git a/Debugging-using-with-ssh-for-Github-Actions.md b/Debugging-using-with-ssh-for-Github-Actions.md
index d1ae02d..183f414 100644
--- a/Debugging-using-with-ssh-for-Github-Actions.md
+++ b/Debugging-using-with-ssh-for-Github-Actions.md
@@ -26,7 +26,7 @@
1. Push a new commit / re-run completed workflows, see below for re-running jobs through the Github UI
or
Unfortunately, jobs can only be rerun after all jobs in the workflow are finished.
-2. Traverse to logs for a `build` or `test` job that runs the `add-github-ssh-key` step added (currently all of our linux workflows have this enabled)
+2. Traverse to logs for a `build` or `test` job that runs the `Setup SSH` step added (currently all of our linux workflows have this enabled)
3. Use the SSH command provided to log into the node (do this immediately, as the job will start cleaning up if it reaches the end without any active SSH session):