Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use .ssh/config to setup SSH proxy jump
Unfortunately, my previous attempt to route deployment through a jumphost[^1] doesn't work. Turns out that specifying a proxyjump host inline doesn't support specifying an SSH key to authenticate with. It worked well on my machine because some _default_ key was used transparently, but it fails on CD where no such key exist. The new approach tries to address the problem by moving away from inline SSH configuration towards the .ssh/config file, which has everything needed specified. [^1]: 7aec773
- Loading branch information