We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d89118 commit 2783e30Copy full SHA for 2783e30
templates/user/settings/keys_ssh.tmpl
@@ -82,7 +82,7 @@
82
<p><code>{{printf "echo -n '%s' | ssh-keygen -Y sign -n gitea -f /path_to_PrivateKey_or_RelatedPublicKey" $.TokenToSign}}</code></p>
83
<details>
84
<summary>Windows PowerShell</summary>
85
- <p><code>{{printf "cmd /c \"<NUL set /p =`\"%s`\"| ssh-keygen -Y sign -n gitea -f /path_to_PrivateKey_or_RelatedPublicKey\"" $.TokenToSign}}</code></p>
+ <p><code>{{printf "cmd /c \"<NUL set /p=`\"%s`\"| ssh-keygen -Y sign -n gitea -f /path_to_PrivateKey_or_RelatedPublicKey\"" $.TokenToSign}}</code></p>
86
</details>
87
<br>
88
0 commit comments