From f3e59ac1cd00f92524c6297b9924240a16507032 Mon Sep 17 00:00:00 2001 From: erkin Date: Thu, 10 Mar 2022 17:51:19 +0300 Subject: Introduce `generate public-key-command` and deprecate `loadkey` --- docs/configuration/system/login.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/configuration/system') 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 + **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 `` from a file pointed to by `.` 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
key +.. cfgcmd:: set system login radius server
secret Specify the `
` of the RADIUS server user with the pre-shared-secret given in ``. Multiple servers can be specified. -- cgit v1.2.3 From 207a7b72559e6c4cc0fb1850fc994b276bd4f43c Mon Sep 17 00:00:00 2001 From: erkin Date: Thu, 10 Mar 2022 17:56:00 +0300 Subject: Fix syntactic mistake in `system login radius server` --- docs/configuration/system/login.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configuration/system') diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst index 89ef7e2f..08746201 100644 --- a/docs/configuration/system/login.rst +++ b/docs/configuration/system/login.rst @@ -126,7 +126,7 @@ Dial-In User Service)` servers as backend for user authentication. Configuration ------------- -.. cfgcmd:: set system login radius server
secret +.. cfgcmd:: set system login radius server
key Specify the `
` of the RADIUS server user with the pre-shared-secret given in ``. Multiple servers can be specified. -- cgit v1.2.3