|
|
|
|
|
by wiredfool
3186 days ago
|
|
I tried to use a chromebook as an on-the-go machine where I wouldn't be too worried if it was stolen, but I wasn't successful. The requirements were: * Not Developer mode. I want the full security of verified boot.
* All Security keys and whatnot needed to be on the yubi key.
The ssh client did work with ssh-agent and the yubi keys, so that was good. Establishing ssh sessions from remote machines in parallel didn't work well (e.g., using capistrano), but that's an easyish hack to do serially. I found the ssh client to be a little wonky and not terribly stable.Termux seemed to be a good alternative, but I couldn't get gpg-agent working with the yubi key. |
|
So you ran something inside of ChromeOS? It seems like a better option would be to replace the bootloader with CoreBoot (which doesn't have a dev mode) and you can add your own keys for whatever OS you choose.