Guest User

Untitled

a guest
Sep 24th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. scp -vvv –P 4321 ~/.ssh/id_rsa.pub javier@my_IP:
  2.  
  3. debug2: we sent a publickey packet, wait for reply
  4. debug3: receive packet: type 51
  5. debug1: Authentications that can continue: publickey
  6. debug1: Trying private key: /Users/Sanchezj/.ssh/id_dsa
  7. debug3: no such identity: /Users/Sanchezj/.ssh/id_dsa: No such file or directory
  8. debug1: Trying private key: /Users/Sanchezj/.ssh/id_ecdsa
  9. debug3: no such identity: /Users/Sanchezj/.ssh/id_ecdsa: No such file or directory
  10. debug1: Trying private key: /Users/Sanchezj/.ssh/id_ed25519
  11. debug3: no such identity: /Users/Sanchezj/.ssh/id_ed25519: No such file or directory
  12. debug2: we did not send a packet, disable method
  13. debug1: No more authentication methods to try.
  14. javier@192.168.1.3: Permission denied (publickey).
  15. lost connection
  16.  
  17. ssh-copy-id -p 4321 my_IP
Add Comment
Please, Sign In to add comment