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.