Problem transfer server, please help !
Hi guys,- I'm trying to transfer files to my new server by using command " scp " but i have error !
- I did this command via SSH on my new server:
" scp -r /home/kakuha/public_html/Music kakuha@11.11.11.11:/home/hihok/public_html/download/ "
* /home/kakuha/public_html/Music : path of my old server.
* kakuha@11.11.11.11 : username and ip of my old server.
* /home/hihok/public_html/download/ : path of my new server.
- And i got this msg:
The authenticity of host '11.11.11.11 (11.11.11.11)' can't be established.
RSA key fingerprint is e3:eb:a1:73:61:87:f4:8e:09:e6:74:9c:ac:f4:2d:80.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '11.11.11.11' (RSA) to the list of known hosts.
kakuha@11.11.11.11's password:
Shell access is not enabled on your account!
Please help me to solve this problem !
Thank you so much !