Compare commits

...

2 Commits

Author SHA1 Message Date
Ivan 5dc991bfa3
Merge pull request #263 from tungsten987/master
Update split-ssh.md
2023-06-04 06:42:55 +03:00
tungsten987 8ac6c50d98
Update split-ssh.md 2023-06-03 15:59:39 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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 <path-to-your-key-file>`.
**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 <path-to-your-key-file>` (the path must be absolute, e.g. `/home/user/.ssh/my_key`).
## Setting Up VM Interconnection