Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clean up comment about bastion forwarding example
Co-authored-by: JP Bourget <jp.bourget@gmail.com>
  • Loading branch information
cognifloyd and punkrokk authored Sep 11, 2021
commit 689f88537d0b6288248b10c833898dba2b63c1d3
2 changes: 2 additions & 0 deletions docs/source/troubleshooting/ssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ st2actions install it there. Make sure the config and identity files have prope
chmod 600 /root/.ssh/config
chmod 600 /root/.ssh/id_rsa

If you are looking to do ssh bastion forwarding, while allowing SSH to resolve automatically the correct keys based on hostname (eg. to dynamically support environments where a ssh hosts are set in your ssh_config file):

This is a sample ssh config that is known to work with bastion forwarding.

.. code-block:: ssh-config
Expand Down