Make DB lab SSH config more generic
What does this MR do and why?
Make DB lab SSH config more generic
This config makes too many assumptions about your SSH setup and it will not work unless your setup happens to mirror that of the person who wrote it.
- The identity file path is different depending on your chosen algorithm and some people don't use identity files at all! (Ex: I use the 1Password agent).
-
$USER
is the default user, so we don't need this config. -
IdentitiesOnly
just limits key discovery.
If we remove these configs, it should "just work".
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Edited by Brian Williams