diff options
author | erkin <me@erkin.party> | 2023-01-18 19:38:52 +0300 |
---|---|---|
committer | erkin <me@erkin.party> | 2023-01-18 19:38:52 +0300 |
commit | 5edfbeee62f9352c117ec84b0c8a8fd86ab86708 (patch) | |
tree | 9de3c75e6fc24b49c283dbf838ed6bd384445005 /docs/configuration/service | |
parent | f8431a4698493518322ef53eda878aaa640dc3f2 (diff) | |
download | vyos-documentation-5edfbeee62f9352c117ec84b0c8a8fd86ab86708.tar.gz vyos-documentation-5edfbeee62f9352c117ec84b0c8a8fd86ab86708.zip |
loadkey is to be completely removed from 1.4
Diffstat (limited to 'docs/configuration/service')
-rw-r--r-- | docs/configuration/service/ssh.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/configuration/service/ssh.rst b/docs/configuration/service/ssh.rst index ab77c138..5eaa971f 100644 --- a/docs/configuration/service/ssh.rst +++ b/docs/configuration/service/ssh.rst @@ -139,6 +139,8 @@ offending IP is blocked. Offenders are unblocked after a set interval. Block source IP when their cumulative attack score exceeds threshold. The default is 30. +.. _ssh_operation: + Operation ========= @@ -193,7 +195,7 @@ Operation :ref:`ssh_key_based_authentication`. ``<location>`` can be a local path or a URL pointing at a remote file. - Supported remote protocols are FTP, HTTP, HTTPS, SCP/SFTP and TFTP. + Supported remote protocols are FTP, FTPS, HTTP, HTTPS, SCP/SFTP and TFTP. Example: |