1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00

docs(ssh): update ssh layer page

This commit is contained in:
Shidong Wang 2021-10-16 22:27:09 +08:00
parent 3f8724524d
commit 2ae9a354f8
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -3,23 +3,20 @@ title: "SpaceVim ssh layer"
description: "This layer provides ssh support in SpaceVim"
---
# [Available Layers](../) >> shell
# [Available Layers](../) >> ssh
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Configuration](#configuration)
- [Intro](#intro)
- [Layer options](#layer-options)
- [Key bindings](#key-bindings)
<!-- vim-markdown-toc -->
## Description
## Intro
This layer provides ssh connection support for SpaceVim.
## Install
By default this layer is not enabled.
To use this configuration layer, add following snippet to your custom configuration file.
```toml
@ -27,7 +24,7 @@ To use this configuration layer, add following snippet to your custom configurat
name = "ssh"
```
## Configuration
## Layer options
- `ssh_port`: set the port of ssh server
- `ssh_address`: set the ip of ssh server