Marco Ricci commited on 2025-06-22 22:50:07
Zeige 3 geänderte Dateien mit 6 Einfügungen und 7 Löschungen.
Specifically, fix the links in the README and the reference section to directly link to the wishlist, not the old GitHub issues.
... | ... |
@@ -88,7 +88,7 @@ JKeet7GeBpxysOgdCEJo6UzmP8A0Ih |
88 | 88 |
### SSH agent support |
89 | 89 |
|
90 | 90 |
On UNIX-like systems with OpenSSH or PuTTY installed, you can use an Ed25519, Ed448 or RSA key from the agent instead of a master passphrase. |
91 |
-([On Windows there are problems establishing communication channels with the agent.][#13]) |
|
91 |
+([On Windows there are problems establishing communication channels with the agent.][BUG_WINDOWS_SSH_AGENT_SUPPORT]) |
|
92 | 92 |
|
93 | 93 |
```` shell-session |
94 | 94 |
$ derivepassphrase vault -k my-email-account |
... | ... |
@@ -114,7 +114,7 @@ $ derivepassphrase vault my-email-account |
114 | 114 |
oXDGCvMhLWPQyCzYtaobOq2Wh9olYj |
115 | 115 |
```` |
116 | 116 |
|
117 |
-[#13]: https://github.com/the-13th-letter/derivepassphrase/issues/13 "Issue 13: Support PuTTY/Pageant (and maybe OpenSSH/ssh-agent) on Windows" |
|
117 |
+[BUG_WINDOWS_SSH_AGENT_SUPPORT]: https://the13thletter.info/derivepassphrase/0.x/wishlist/windows-ssh-agent-support/ "Bug entry: Support PuTTY/Pageant (and maybe OpenSSH/ssh-agent) on Windows" |
|
118 | 118 |
|
119 | 119 |
## License |
120 | 120 |
|
... | ... |
@@ -23,7 +23,7 @@ title: Reference overview |
23 | 23 |
|
24 | 24 |
## Technical prerequisites |
25 | 25 |
|
26 |
-* Prerequisites for [using `derivepassphrase vault` with an SSH key][PREREQ_SSH_KEY] |
|
26 |
+* [Prerequisites for using `derivepassphrase vault` with an SSH key][PREREQ_SSH_KEY] |
|
27 | 27 |
|
28 | 28 |
[top_man]: derivepassphrase.1.md |
29 | 29 |
[vault_man]: derivepassphrase-vault.1.md |
... | ... |
@@ -66,9 +66,8 @@ canonical SSH agent implementation. |
66 | 66 |
|
67 | 67 |
!!! bug "Windows is currently *not* supported" |
68 | 68 |
|
69 |
- <i>→ Further details:</i> [Issue |
|
70 |
- `the-13th-letter/derivepassphrase#13`: Support PuTTY/Pageant on |
|
71 |
- Windows][ISSUE_WINDOWS_SUPPORT] |
|
69 |
+ <i>→ Bug entry:</i> [Support PuTTY/Pageant (and maybe |
|
70 |
+ OpenSSH/`ssh-agent`) on Windows][BUG_WINDOWS_SSH_AGENT_SUPPORT] |
|
72 | 71 |
|
73 | 72 |
The two major SSH agents on Windows (PuTTY/Pageant and OpenSSH) use |
74 | 73 |
<i>Windows named pipes</i> for communication, and Python on Windows |
... | ... |
@@ -235,7 +234,7 @@ widely implemented. |
235 | 234 |
|
236 | 235 |
[HOWTO]: ../how-tos/ssh-key.md |
237 | 236 |
[GnuPG]: https://gnupg.org/ |
238 |
-[ISSUE_WINDOWS_SUPPORT]: https://github.com/the-13th-letter/derivepassphrase/issues/13 |
|
237 |
+[BUG_WINDOWS_SSH_AGENT_SUPPORT]: ../wishlist/windows-ssh-agent-support.md |
|
239 | 238 |
[OpenSSH]: https://www.openssh.com/ |
240 | 239 |
[PuTTY]: https://www.chiark.greenend.org.uk/~sgtatham/putty/ |
241 | 240 |
[PYTHON_AF_UNIX]: https://docs.python.org/3/library/socket.html#socket.AF_UNIX |
242 | 241 |