You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
403 B

  1. key: scp
  2. title: SCP (SSH)
  3. description: SSH is a software package that enables secure system administration and file transfers over insecure networks.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/ssh.svg
  6. website: https://www.ssh.com/ssh/
  7. props:
  8. host: String
  9. port:
  10. type: Number
  11. default: 22
  12. username: String
  13. privateKeyPath: String
  14. basePath:
  15. type: String
  16. default: '~'