Hi all,
Who can me through how to complete this tasks.
Copy contents of /home/thor/.ssh/mykey.pub
public key from jump host
and add the same to /home/thor/.ssh/authorized_keys
on app01
server.
OR
You can use this command directly: ssh-copy-id -i ~/.ssh/mykey.pub thor@app01