Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.59 KB | None | 0 0
  1. scp 192.168.9.9:/home/sohail/MySheet10E.txt .
  2. Enter passphrase for key '/home/sohail/.ssh/id_rsa':
  3. MySheet10E.txt                      100%   24KB  24.0KB/s   00:00  
  4. .
  5. .
  6. .
  7. .
  8.  
  9.  
  10. sudo rsync -av 192.168.9.9:/sohail/home/MySheet10E.txt .
  11. root@192.168.9.9's password:
  12. Permission denied, please try again.
  13. root@192.168.9.9's password:
  14. Permission denied, please try again.
  15. root@192.168.9.9's password:
  16. Permission denied (publickey,password).
  17. rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
  18. rsync error: unexplained error (code 255) at io.c(226) [Receiver=3.1.0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement