I have the following setup:
ssh -J username@jump_server username@actual_server
I end up typing the same password twice to log in everytime.
How do I create an ssh-keygen so that I can log in to actual_server after typing in the above command on my device?
Thank you!