Remove bad hard-coded ssh config from qa-tunnel docs
What does this Merge Request do?
Removes bad config that shouldn't be in the docs. I put in the path for my home dir in my rush to get this out with hardcoded ssh config
NB: sft can generate the entire config necessary (sft ssh-config
), but it's more generic rather than per host, and uses a 'resolve' function to find if the target machine is known, which is a bit flaky around active sessions with SFT and running in 'quiet' mode that made it more confusing to use, so we went with the hard-coded config just for that machine, to try and keep things simple.
Merge Request checklist
-
Tests added for new functionality. If not, please raise Issue to follow-up. -
This change is backward compatible. If not, please include steps to communicate to our users. -
Documentation added/updated, if needed. -
gdk doctor
test added, if needed.