Day 19: Install and Configure Web Application problem scp

someone have issue ?

Hi @sebascross

The directory /var/www/html is not present on the App Server, and creating a directory in /var might require root privileges. That’s why the command could be hanging.

Instead, what you can do is: scp the files from jump_host to /tmp dir of stapp02, and then ssh into the App Server, create the required directories, and move the files from /tmp to them.

check this i found a solution here :GitHub - MelkiMeriem/100-Days-Of-DevOps-KodeKloud-Challenges-Solutions: This repository contains my solutions and notes from the 100 Days of DevOps challenge on KodeKloud. It covers a wide range of practical DevOps topics

@Santosh_KodeKloud

thanks for your help