Linux Remote Copy

Hi,
i did this task “Linux Remote Copy” using scp instead of open-ssh clients recommended by the Hint, i was obliged to change permission directory /home/webdata (chmod o+w) before executing the scp cmd from jump_host, is it ok ?? especially the task was passed without any problem

1 Like

JUMP SERVER

1  scp /tmp/nautilus.txt.gpg steve@stapp02:/home/nfsdata/
2  ssh steve@stapp02
3  scp /tmp/nautilus.txt.gpg steve@stapp02:/home/nfsdata/

APP SERVER

1  ls -la /home/                           --HERE CHECKED NFSDATA FOLDER OWNER  AND IN NEXT STEP CHANGED TO STEVE AS OWNER 
2  sudo chown -R steve:steve /home/
3  ls -la /home/
4  cd /home/nfsdata/
5  ls