ssh: make pitfalls a regular section instead of block

because we'll add another one before it, and formatting is off otherwise.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-01-11 11:51:19 +01:00 committed by Thomas Lamprecht
parent 5a33939735
commit 95d15550a0

View File

@ -922,9 +922,9 @@ transfer memory and disk contents.
* Storage replication
.Pitfalls due to automatic execution of `.bashrc` and siblings
[IMPORTANT]
====
Pitfalls due to automatic execution of `.bashrc` and siblings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In case you have a custom `.bashrc`, or similar files that get executed on
login by the configured shell, `ssh` will automatically run it once the session
is established successfully. This can cause some unexpected behavior, as those
@ -944,8 +944,6 @@ case $- in
*) return;;
esac
----
====
Corosync External Vote Support
------------------------------