2018-07-08 05:12:43 +00:00
|
|
|
key: scp
|
|
|
|
title: SCP (SSH)
|
2018-08-05 15:27:46 +00:00
|
|
|
description: SSH is a software package that enables secure system administration and file transfers over insecure networks.
|
2018-07-08 05:12:43 +00:00
|
|
|
author: requarks.io
|
2018-08-05 15:27:46 +00:00
|
|
|
logo: https://static.requarks.io/logo/ssh.svg
|
|
|
|
website: https://www.ssh.com/ssh/
|
2018-07-08 05:12:43 +00:00
|
|
|
props:
|
|
|
|
host: String
|
|
|
|
port:
|
|
|
|
type: Number
|
|
|
|
default: 22
|
|
|
|
username: String
|
|
|
|
privateKeyPath: String
|
|
|
|
basePath:
|
|
|
|
type: String
|
|
|
|
default: '~'
|