hello

i running this command:

sshpass -p “mypass” scp -P 1111 -o StrictHostKeyChecking=no -r /usr/local/lsws/conf/httpd_config.xml root@ip:/backupff/

and i receive below error:

Permission denied, please try again.

where is issue?

Thanks.