Jon Polom

Results 72 comments of Jon Polom

I was suddenly affected by this issue after Pass automatically updated to the latest AppStore version (0.6.0) and my previously loaded RSA4096 keys with subkeys stopped working. Subkey support is...

@yishilin14 that looked like a reasonable solution. ObjectivePGP will be retained to import subkeys that can't be imported with gopenpgp. This will prevent core functionality from being lost for RSA...

Should Pass for iOS show up as an app in the Settings > "Passwords and Accounts" > Autofill Passwords page on iOS 12?

What is the status of ed25519 keys for ssh with Pass for iOS? Are these also unsupported? I tried for hours to try and get an ed25519 key to work...

Does the krzyzanowskim/ObjectivePGP#92 issue effect the SSH portion of the app as well or only PGP/GPG crypto?

What library is used for SSH/what key formats does it support? EdDSA is supported and desirable for SSH these days. My question was regarding SSH, not PGP. I'm aware that...

It appears that ed25519 ssh keys do not work? I tried loading an ed25519 ssh key and I get an error. "Failed to fetch from remote. Underlying Error: Failed to...

Looks like others don't have permission to `/dev/kvm` on Debian: ``` jon@arc:~$ ls -lh /dev/kvm crw-rw---- 1 jon kvm 10, 232 Oct 16 23:16 /dev/kvm ``` I suspect this is...

Confirming that the following allows cosa to run on Debian: ``` jon@arc:~$ ls -lh /dev/kvm crw-rw-rw- 1 root kvm 10, 232 Oct 19 18:21 /dev/kvm ``` Why are group permissions...

> When running rootless container with podman, the root user inside the container will be mapped to the current user outside the container and non-root users inside will be mapped...