trevj
trevj
@cameronaaron Thanks for another good suggestion - and apologies for the slow reply. Again, this is a good idea although we may not get around to implementing it any time...
@bjrnio Thanks for the suggestion. I agree this would be a useful feature.
@mdibaiee Thanks for trying Outline. Apologies for the slow reply. In your iptables output I see several input rules. I'm no ufw expert but if ufw were disabled I would...
@mdibaiee Yes but there's more rules in the `INPUT` table than I would expect, given ufw is disabled. Have you tried: * in the Outline server manager, "forget" the server...
Oooh. Good point. I can only find `genPublicKey`: https://github.com/mscdex/ssh2-streams/blob/66485d5f8acbd4753119901c6f72d60fe860ec2e/lib/utils.js#L144 Hmm.
Agreed! Closing this other issue, since these two are equivalent: https://github.com/uProxy/uproxy/issues/2160
So, that looks like a wrapper around the `ssh-keygen` command line utility. That looks fine for node but since uProxy runs in the browser I don't see it's going to...
Seems like there has been some progress on this in ssh2-streams!: https://github.com/mscdex/ssh2-streams/issues/3#issuecomment-189547721
There's been a bunch of commits, e.g.: https://github.com/mscdex/ssh2-streams/commit/8aee5df40d9b146e2397b8fb814f6d2dfea25ed1 I tested this node: spun up an SSH server, generated some keys, and manually symlink-ed in the latest ssh2-streams but wasn't able...
For my own reference, how to test this stuff: ``` bash docker run -ti -P 7000:22 ubuntu:latest /bin/bash apt-get update && apt-get install -y openssh-server /etc/init.d/ssh start ssh-keygen -t ecdsa...