Kenny Root

Results 137 comments of Kenny Root

It looks like they broke font selection somehow. We are requesting a monospace font, but it's giving you a variable width font. I'm not sure what could be done from...

Switching themes at runtime is problematic.

RFC 952 and RFC 1123 still dictate you can't have an underscore in a host name. Is this for a Windows machine or something?

Tiny SSH only accepts `[email protected]` as the cipher which ConnectBot doesn't currently support. It looks like they used to have support for other ciphers until recently. I would recommend switching...

That would be nice to be able to re-use connections. Thanks for the suggestion. In the meantime you can add 4 port-forwards to one jump host entry.

It's probably `server-sig-algs=` which our sshlib doesn't support yet, but I'll add support.

Reported the issue to OpenSSH and there is now [an OpenSSH bug open](https://bugzilla.mindrot.org/show_bug.cgi?id=2568).

I think this is a bug I reported to OpenSSH a while ago: https://bugzilla.mindrot.org/show_bug.cgi?id=2568 On Thu, Aug 10, 2017 at 3:42 PM, Sebastian Unger wrote: > BTW, the problem occurs...

Thanks for letting me know. On Sun, Mar 22, 2020, 15:43 Michael Vorburger ⛑️ wrote: > @kruton (and anyone else reading along here) > just wanted to let you know...

The SSH agent is entirely dependent on ConnectBot source code, so not adding ed25519 is just an oversight.