diff options
author | rebortg <github@ghlr.de> | 2022-03-24 20:32:07 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-03-24 20:32:07 +0100 |
commit | db42af861e7d3b46606f8da089a35fb11515313c (patch) | |
tree | 761254502d0f3093d5eab1eaf67bb7b67506197a /docs/configuration/system | |
parent | 4ddcd64367da744c328ecd1ceb8f6055bfeca8a5 (diff) | |
parent | 80dac2f234861b8605a52d06734e8b9a74e387e0 (diff) | |
download | vyos-documentation-db42af861e7d3b46606f8da089a35fb11515313c.tar.gz vyos-documentation-db42af861e7d3b46606f8da089a35fb11515313c.zip |
Merge branch 'equuleus' of github.com:vyos/vyos-documentation into equuleus
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 61201de7..08746201 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 |