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