mirror of https://github.com/Requarks/wiki.git
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
16 lines
403 B
key: scp
|
|
title: SCP (SSH)
|
|
description: SSH is a software package that enables secure system administration and file transfers over insecure networks.
|
|
author: requarks.io
|
|
logo: https://static.requarks.io/logo/ssh.svg
|
|
website: https://www.ssh.com/ssh/
|
|
props:
|
|
host: String
|
|
port:
|
|
type: Number
|
|
default: 22
|
|
username: String
|
|
privateKeyPath: String
|
|
basePath:
|
|
type: String
|
|
default: '~'
|