diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-25 05:22:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-25 05:27:56 +0000 |
commit | dec6e80e4f0fce181102959fd0f344236d602fee (patch) | |
tree | 9e6754fd48493ff0b8cfec57ac72870f709362a8 /share | |
parent | Migrationg manpages from asciidoc to rst. (diff) | |
download | compute-tools-dec6e80e4f0fce181102959fd0f344236d602fee.tar.xz compute-tools-dec6e80e4f0fce181102959fd0f344236d602fee.zip |
Updating ssh public-key references in container-shell manpage examples.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/man/container-shell.1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/container-shell.1.rst b/share/man/container-shell.1.rst index b838344..2aa1b91 100644 --- a/share/man/container-shell.1.rst +++ b/share/man/container-shell.1.rst @@ -80,7 +80,7 @@ following variable can be used: | | command="CONTAINER_COMMANDS_DISABLE='remove stop' \\ | /usr/bin/container-shell",no-port-forwarding,no-X11-forwarding,\\ -| no-agent-forwarding,no-pty ssh-rsa [...] +| no-agent-forwarding,no-pty ssh-ed25519 [...] Example (whitelisting) ^^^^^^^^^^^^^^^^^^^^^^ @@ -92,7 +92,7 @@ used: | | command="CONTAINER_COMMANDS_ENABLE='list version' \\ | /usr/bin/container-shell",no-port-forwarding,no-X11-forwarding,\\ -| no-agent-forwarding,no-pty ssh-rsa [...] +| no-agent-forwarding,no-pty ssh-ed25519 [...] Commands ======== |