Hardware Touch, Stronger SSH
ubicloud.com
Hardware Touch, Stronger SSH
1–10 of 53 posts
Re: Hardware Touch, Stronger SSH
#2Re: Hardware Touch, Stronger SSH
#3It only supports sk-ecdsa-sha2-nistp256 key format, however that is widely supported currently.
Re: Hardware Touch, Stronger SSH
#4On Apple Silicon devices with macOS 26+, SSH keys can be natively stored in the Secure Enclave, protected via TouchID: https://news.ycombinator.com/item?id=46025721 It only supports sk-ecdsa-sha2-nistp256 key format, however that is widely supported currently.
It makes my SSH key pretty portable across devices
Re: Hardware Touch, Stronger SSH
#5Re: Hardware Touch, Stronger SSH
#6On Apple Silicon devices with macOS 26+, SSH keys can be natively stored in the Secure Enclave, protected via TouchID: https://news.ycombinator.com/item?id=46025721 It only supports sk-ecdsa-sha2-nistp256 key format, however that is widely supported currently.
Re: Hardware Touch, Stronger SSH
#7 [remote "origin"]
url = https://github.com/freeCodeCamp/devdocs.git
pushurl = git@github.com:freeCodeCamp/devdocs.gitRe: Hardware Touch, Stronger SSH
#8On Apple Silicon devices with macOS 26+, SSH keys can be natively stored in the Secure Enclave, protected via TouchID: https://news.ycombinator.com/item?id=46025721 It only supports sk-ecdsa-sha2-nistp256 key format, however that is widely supported currently.
You can also do something similar with any computer that has a TPM. It's unfortunate that people don't really know about it, but I guess the tools available aren't that user friendly
This is my cue.
Re: Hardware Touch, Stronger SSH
#9Earlier quoted context omitted.
You can also do something similar with any computer that has a TPM. It's unfortunate that people don't really know about it, but I guess the tools available aren't that user friendly
> It's unfortunate that people don't really know about it, but I guess the tools available aren't that user friendly This is my cue. https://github.com/Foxboron/ssh-tpm-agent
Re: Hardware Touch, Stronger SSH
#10On Apple Silicon devices with macOS 26+, SSH keys can be natively stored in the Secure Enclave, protected via TouchID: https://news.ycombinator.com/item?id=46025721 It only supports sk-ecdsa-sha2-nistp256 key format, however that is widely supported currently.
Been using ed25519-sk with Yubikey for a few years now. Key is stored in KeepassXC and loaded in my SSH agent upon unlock. It makes my SSH key pretty portable across devices