diff options
author | Robert Göhler <github@ghlr.de> | 2021-06-23 20:54:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 20:54:36 +0200 |
commit | 719a6de07cf509871b607e35fa1e3f83bec54f34 (patch) | |
tree | 30808ec990a5272bb07463748b53170e027128ae /docs/configuration/system | |
parent | 48c9f47f2ad498c725db466ebaac31dc6a2e71a9 (diff) | |
parent | 248ef1c6635ddb1af4834811b40f0c56744e8e09 (diff) | |
download | vyos-documentation-719a6de07cf509871b607e35fa1e3f83bec54f34.tar.gz vyos-documentation-719a6de07cf509871b607e35fa1e3f83bec54f34.zip |
Merge branch 'master' into automation-doc-scripts
Diffstat (limited to 'docs/configuration/system')
-rw-r--r-- | docs/configuration/system/login.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst index 0492f4d1..09b6e68b 100644 --- a/docs/configuration/system/login.rst +++ b/docs/configuration/system/login.rst @@ -76,6 +76,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 |