Advertisement
Guest User

Untitled

a guest
May 29th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. scp files.txt oracle@10.152.2.11:/home/oracle/import
  2.  
  3. ssh-keygen -t rsa
  4.  
  5. id_rsa
  6. id_rsa.pub
  7.  
  8. authorized_keys needs perms of 600 (chmod 600 authorized_keys)
  9. the .ssh directory should be 700
  10. your home directory should be at most 744
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement