Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ssh-rsa ****there_is_public_ssh_key**** some_text_typically_user@host
  2. ssh-rsa *****second_pub_key**** another_text
  3. ...
  4.  
  5. SFTPAuthorizedUserKeys file:/some_key_ssl_store/%u/autorized_keys
  6.  
  7. ---- BEGIN SSH2 PUBLIC KEY ----
  8. Comment: "some comment"
  9. *****public_key_splitted_with_some_lines*****
  10. ****second line for the same key ******
  11. ****third line*****
  12. ****as many lines as is needed *****
  13. ***last_line***==
  14. ---- END SSH2 PUBLIC KEY ----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement