The OpenSSH defaults are intentionally sane. RSA 2048 is anticipated
to be fine for the next 10 years. It would not be a bad choice. I'm
not aware of any reason not to use EC keys, and presumably the openssh
authors wouldn't ship them as an option if they knew of any reason to
believe they were
On Tue, Apr 19, 2016 at 5:49 AM, Aijaz Baig wrote:
> I would like to know if there is indeed a way to toggle between gdb
> and ddb while debugging a remote kernel. I am already at the gdb (or
> rather kgdb) prompt. From here how do I switch to local ddb on the
> debugged machine??
Ctrl-c on the s
On Tue, Apr 19, 2016 at 9:35 AM, Aijaz Baig wrote:
> On Tue, Apr 19, 2016 at 9:08 PM, Conrad Meyer wrote:
>> On Tue, Apr 19, 2016 at 5:49 AM, Aijaz Baig wrote:
>>> I would like to know if there is indeed a way to toggle between gdb
>>> and ddb while debugging a rem