Daniel L

Results 24 comments of Daniel L

@nekocentral I'm using Arch, I'm using the [official PKGBUILD](https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/openssh) but added the `--with-security-key-builtin` flag to ./configure, not sure if that's strictly needed, though.

@nekocentral It seems to me that it needs libfido2 even with that flag enabled. If I uninstall libfido2 (which I got from the [AUR](https://aur.archlinux.org/packages/libfido2/)). I get ``` /usr/lib/ssh/ssh-sk-helper: error while...

@michaelblyons Depends on what you're asking for specifically. ssh with ecdsa-sk, both normal keys and resident keys should now work. There is still no support for ed25519-sk.

> Also trying to use @angular-devkit/build-angular:browser-esbuild, but blocked due to use of @sentry/webpack-plugin, which requires a customWebpackConfig. Sentry do have a esbuild plugin (https://www.npmjs.com/package/@sentry/esbuild-plugin) however, you would need to write...

Hello, any news regarding spake2+ for this library?

I'm getting this error on Linux as well: ``` > ./lss [2022/11/14 - 21:11:58] INFO Ledger SatStack (lss) v0.16.1 arch=linux amd64 build= commit= runtime=go1.17.13 [2022/11/14 - 21:11:58] INFO Config file...

@adrienlacombe-ledger Thanks for the reply. I couldn't figure out how to delete a wallet from my node... But I changed the wallet name in the source to `satstack2` and ran....

fixed this by changing these lines in hex-view.coffee ``` if (v == 32) ascii += "&nbsp;" else if (v > 32 and v < 127) or v > 159 ```...