Task 9: security-SSL and TLS

how can i copy contents to diffrent server?

Hi @uzmashafi061,
What do you mean by copy contents to different server?

Regard

Hi @mmkmou

This is the question.
Using the mykey SSH key-pair you created in previous question configure password less SSH connection between jump host and app01 for user thor . (thor user should already be there on both servers).

To solve this, we need to copy contents from jumpserver to app01.

Hi @uzmashafi061,
You need to use ssh-copy-id to copy the ssh key to app01.
You can use ssh-copy-id -h or man ssh-copy-id to see how it’s work

Regard