Created
November 7, 2019 17:24
-
-
Save mijdavis2/617fedc02084e512f569d6ff88683230 to your computer and use it in GitHub Desktop.
Bring ssh keys along through jump boxes without copying private keys onto nodes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eval $( ssh-agent ) | |
# Can add as many keys as you want | |
ssh-add /path/to/key | |
ssh -A user@host |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment