trevj

Results 78 comments of trevj

Our choices for shorter keys are ECDSA and Ed25519: http://man.openbsd.org/OpenBSD-current/man1/ssh-keygen.1 It seems we should prefer the latter, i.e. Ed25519: https://wiki.archlinux.org/index.php/SSH_keys ``` mkdir ~/ecc cd ~/ecc ssh-keygen -t ed25519 -N ''...

To issue an ECDSA-based cloud server invite: - SSH into your cloud server - edit `/issue_invite.sh`: - find the `ssh-keygen` line and change `-t rsa` to read `-t ecdsa` -...

@bemasc I need Android Studio to see these, the Chrome debugging trick won't work?

Wild proposal: use WebCrypto to generate a keypair and then convert it to SSH format. Unfortunately, WebCrypto is EC-only and ssh2's support for EC is still in its infancy.

via @bemasc: Chrome's list of supported ciphers: https://www.chromium.org/blink/webcrypto A page that tests your current browser: https://diafygi.github.io/webcrypto-examples/ It looks like Chrome and Firefox both support "RSA-OAEP" and "RSASSA-PKCS1-v1_5", but only Chrome...

How did you generate this graph?

Seems related to: https://github.com/uProxy/uproxy/issues/2750

Funny, you discovered the same bug I spent a few hours tracing towards the end of last week. In cases like this, you can't over-comment - definitely explain that us...

I was trying to test this but ran into a problem configuring my advanced settings: https://github.com/uProxy/uproxy/issues/2604