summaryrefslogtreecommitdiff
path: root/docs/configuration/system
diff options
context:
space:
mode:
authorerkin <e.altunbas@vyos.io>2022-03-10 17:51:19 +0300
committererkin <e.altunbas@vyos.io>2022-03-10 17:51:19 +0300
commitf3e59ac1cd00f92524c6297b9924240a16507032 (patch)
treeba3d792e9bf7e3be69a47840861de4f39fb113a1 /docs/configuration/system
parent221be1eb0623061ffb9c07751255532f54a8486b (diff)
downloadvyos-documentation-f3e59ac1cd00f92524c6297b9924240a16507032.tar.gz
vyos-documentation-f3e59ac1cd00f92524c6297b9924240a16507032.zip
Introduce `generate public-key-command` and deprecate `loadkey`
Diffstat (limited to 'docs/configuration/system')
-rw-r--r--docs/configuration/system/login.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst
index 61201de7..89ef7e2f 100644
--- a/docs/configuration/system/login.rst
+++ b/docs/configuration/system/login.rst
@@ -84,6 +84,10 @@ The third part is simply an identifier, and is for your own reference.
.. cfgcmd:: loadkey <username> <location>
+ **Deprecation notice:** ``loadkey`` has been deprecated in favour of
+ :opcmd:`generate public-key-commands` and will be removed in a future
+ version. See :ref:`ssh`.
+
SSH keys can not only be specified on the command-line but also loaded for
a given user with `<username>` from a file pointed to by `<location>.` Keys
can be either loaded from local filesystem or any given remote location
@@ -122,7 +126,7 @@ Dial-In User Service)` servers as backend for user authentication.
Configuration
-------------
-.. cfgcmd:: set system login radius server <address> key <secret>
+.. cfgcmd:: set system login radius server <address> secret <secret>
Specify the `<address>` of the RADIUS server user with the pre-shared-secret
given in `<secret>`. Multiple servers can be specified.