From 95d15550a0e8ffded93ceb76b11b4ee90f992e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 11 Jan 2024 11:51:19 +0100 Subject: [PATCH] ssh: make pitfalls a regular section instead of block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit because we'll add another one before it, and formatting is off otherwise. Signed-off-by: Fabian Grünbichler --- pvecm.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pvecm.adoc b/pvecm.adoc index 31dc18a..2c0e8a4 100644 --- a/pvecm.adoc +++ b/pvecm.adoc @@ -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 ------------------------------