From 5edfbeee62f9352c117ec84b0c8a8fd86ab86708 Mon Sep 17 00:00:00 2001 From: erkin Date: Wed, 18 Jan 2023 19:38:52 +0300 Subject: loadkey is to be completely removed from 1.4 --- docs/configuration/system/login.rst | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'docs/configuration/system') diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst index c4cc232d..a5c1b558 100644 --- a/docs/configuration/system/login.rst +++ b/docs/configuration/system/login.rst @@ -54,6 +54,8 @@ and paste it. Some terminal emulators may accidentally split this over several lines. Be attentive when you paste it that it only pastes as a single line. The third part is simply an identifier, and is for your own reference. +.. seealso:: SSH :ref:`ssh_operation` + .. cfgcmd:: set system login user authentication public-keys key @@ -85,24 +87,6 @@ The third part is simply an identifier, and is for your own reference. ``from="10.0.0.0/24"`` to restrict where the user may connect from when using this key. -.. 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 - using one of the following :abbr:`URIs (Uniform Resource Identifier)`: - - * ```` - Load from file on local filesystem path - * ``scp://@:/`` - Load via SCP from remote machine - * ``sftp://@/`` - Load via SFTP from remote machine - * ``ftp://@/`` - Load via FTP from remote machine - * ``http:///`` - Load via HTTP from remote machine - * ``tftp:///`` - Load via TFTP from remote machine - MFA/2FA authentication using OTP (one time passwords) ----------------------------------------------------- -- cgit v1.2.3