add indication of bash shell

Clément Fiere 2023-02-24 11:24:33 +02:00
parent 36fb7c5bd0
commit 9b001e9d40

@ -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
```