From 3a179739238a52335336af395ba1ca5fb02ff38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0tefl?= Date: Sat, 31 May 2025 22:37:37 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20Linux/ssh=5Fafter=5Fwg.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Linux/ssh_after_wg.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Linux/ssh_after_wg.txt diff --git a/Linux/ssh_after_wg.txt b/Linux/ssh_after_wg.txt new file mode 100644 index 0000000..9d43fc2 --- /dev/null +++ b/Linux/ssh_after_wg.txt @@ -0,0 +1,8 @@ +edit : + /etc/systemd/system/sshd.service +add and change : + After=network.target wg-quick@wg0.service + Requires=sys-devices-virtual-net-wg0.device +service : + systemctl daemon-reload + systemctl restart sshd \ No newline at end of file