diff options
author | Robert Göhler <github@ghlr.de> | 2021-06-30 14:49:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 14:49:40 +0200 |
commit | e58574d80d49d11dba556c8cb3653310a94fc50d (patch) | |
tree | 1e4ae8324f21f89178e454af29172ca36b9552fc /docs/configuration/system | |
parent | ae6a2ba810a19d81cbad5b0da29e791a7b5e411f (diff) | |
parent | 10737cad913c17e3cce7291dcd835999f16459a2 (diff) | |
download | vyos-documentation-e58574d80d49d11dba556c8cb3653310a94fc50d.tar.gz vyos-documentation-e58574d80d49d11dba556c8cb3653310a94fc50d.zip |
Merge branch 'master' into misc
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 |