From 9b001e9d401f3319e83412ffb5000970ce2f06b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fiere?= Date: Fri, 24 Feb 2023 11:24:33 +0200 Subject: [PATCH] add indication of bash shell --- Proxmox-VE-7.3-6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Proxmox-VE-7.3-6.md b/Proxmox-VE-7.3-6.md index d15d46c..c9f53da 100644 --- a/Proxmox-VE-7.3-6.md +++ b/Proxmox-VE-7.3-6.md @@ -1,9 +1,9 @@ Same instructions as [Ubuntu 22.04 LTS Server](https://www.ssh-audit.com/hardening_guides.html#ubuntu_22_04_lts), -except, remove `sntrup761x25519-sha512@openssh.com` from `KexAlgorithms` in step 4, as it is not supported out of the box. +except, remove `sntrup761x25519-sha512@openssh.com` from `KexAlgorithms` in step 4, as it seems not to be supported on pve. That is : -__Note:__ all commands below are to be executed as the _root_ user. +__Note:__ all commands below are to be executed as the _root_ user using _**bash**_. ### 0. Make a backup of your _ssh_ folder as a precaution ```