definition.yml 403 B

12345678910111213141516
  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: '~'