4 comments

  • simon0418 minutes ago
    Using a Token2 based id_ed25519_sk_rk key, I found very helpful to configure a different `pushurl` in `.git&#x2F;config`. This allows to pull via HTTPS w&#x2F;o a hardware touch.<p><pre><code> [remote &quot;origin&quot;] url = https:&#x2F;&#x2F;github.com&#x2F;freeCodeCamp&#x2F;devdocs.git pushurl = git@github.com:freeCodeCamp&#x2F;devdocs.git</code></pre>
  • antonkochubey1 hour ago
    On Apple Silicon devices with macOS 26+, SSH keys can be natively stored in the Secure Enclave, protected via TouchID: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46025721">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46025721</a><p>It only supports sk-ecdsa-sha2-nistp256 key format, however that is widely supported currently.
    • XiS1 hour ago
      Been using ed25519-sk with Yubikey for a few years now. Key is stored in KeepassXC and loaded in my SSH agent upon unlock.<p>It makes my SSH key pretty portable across devices
    • Almondsetat39 minutes ago
      You can also do something similar with any computer that has a TPM. It&#x27;s unfortunate that people don&#x27;t really know about it, but I guess the tools available aren&#x27;t that user friendly
      • Foxboron15 minutes ago
        &gt; It&#x27;s unfortunate that people don&#x27;t really know about it, but I guess the tools available aren&#x27;t that user friendly<p>This is my cue.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Foxboron&#x2F;ssh-tpm-agent" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Foxboron&#x2F;ssh-tpm-agent</a>
  • olivermuty1 hour ago
    Filler pr jippo fluffer article aside, anyone tried to self host ubicloud lately? A year and a half ago it was super cumbersome, wondering if I should give it a new try now.
  • sebazzz56 minutes ago
    SSH using GPG Yubikeys and git signing using GPG was quite a process to set up on Windows a few years ago. Not something I&#x27;d want or know how to repeat. Hopefully things have improved in the mean time.