mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
ssh: fix section style guide
This commit is contained in:
parent
5ee3ec89b1
commit
675a38bdb5
@ -1,11 +1,12 @@
|
|||||||
.. _ssh:
|
.. _ssh:
|
||||||
|
|
||||||
|
###
|
||||||
SSH
|
SSH
|
||||||
---
|
###
|
||||||
|
|
||||||
Secure Shell (SSH_) is a cryptographic network protocol for operating network
|
:abbr:`SSH (Secure Shell)` is a cryptographic network protocol for operating
|
||||||
services securely over an unsecured network.[1] The standard TCP port for SSH
|
network services securely over an unsecured network. The standard TCP port for
|
||||||
is 22. The best known example application is for remote login to computer
|
SSH is 22. The best known example application is for remote login to computer
|
||||||
systems by users.
|
systems by users.
|
||||||
|
|
||||||
SSH provides a secure channel over an unsecured network in a client-server
|
SSH provides a secure channel over an unsecured network in a client-server
|
||||||
@ -27,7 +28,7 @@ analysis. The encryption used by SSH is intended to provide confidentiality
|
|||||||
and integrity of data over an unsecured network, such as the Internet.
|
and integrity of data over an unsecured network, such as the Internet.
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
^^^^^^^^^^^^^
|
=============
|
||||||
|
|
||||||
Enabling SSH only requires you to add ``service ssh port NN``, where 'NN' is
|
Enabling SSH only requires you to add ``service ssh port NN``, where 'NN' is
|
||||||
the port you want SSH to listen on. By default, SSH runs on port 22.
|
the port you want SSH to listen on. By default, SSH runs on port 22.
|
||||||
@ -37,7 +38,7 @@ the port you want SSH to listen on. By default, SSH runs on port 22.
|
|||||||
set service ssh port 22
|
set service ssh port 22
|
||||||
|
|
||||||
Options
|
Options
|
||||||
*******
|
-------
|
||||||
|
|
||||||
* Listening address - Specify the IPv4/IPv6 listening address for connection
|
* Listening address - Specify the IPv4/IPv6 listening address for connection
|
||||||
requests. Multiple ``listen-address`` nodes can be defined.
|
requests. Multiple ``listen-address`` nodes can be defined.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user