From 8ac6c50d98a5f6fa83f7035722a4972298ece5ea Mon Sep 17 00:00:00 2001 From: tungsten987 <113451424+tungsten987@users.noreply.github.com> Date: Sat, 3 Jun 2023 15:59:39 +0000 Subject: [PATCH] Update split-ssh.md --- docs/configuration/split-ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/split-ssh.md b/docs/configuration/split-ssh.md index 72b9202..7631e68 100644 --- a/docs/configuration/split-ssh.md +++ b/docs/configuration/split-ssh.md @@ -118,7 +118,7 @@ If you still want to encrypt your keys you must refer to the [Securing Your Priv Type=Application ``` - **Note:** If you've specified a custom name for your key using *-f*, you should adjust `Exec=ssh-add` to `Exec=ssh-add `. + **Note:** If you've specified a custom name for your key using *-f*, you should adjust `Exec=ssh-add -c` to `Exec=ssh-add -c ` (the path must be absolute, e.g. `/home/user/.ssh/my_key`). ## Setting Up VM Interconnection