search for: ijj

Displaying 20 results from an estimated 27 matches for "ijj".

Did you mean: iij
2020 Mar 02
4
Question about host key algorithms
...nt and server man pages. > > > > Is this intentional? > > You should query for HostKeyAlgorithms > > ssh -Q HostKeyAlgorithms > > That list should contain rsa-sha2-256 and rsa-sha2-512. > -- > main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" > "CX:;",b;for(a/* Best regards my address: */=0;b=c[a++];) > putchar(b-1/(/* Chris cc -ox -xc - && ./x > */b/42*2-3)*42);} >
2013 Oct 22
2
Boot iPXE from syslinux/isolinux
...ecompiled binaries from kernel.org? Yes. > If > using the same ipxe.krn works on 6.01 and fails on 6.02, another thing > to try is to narrow it down to a -pre release. version 6.02-pre5 works, 6.02-pre6 does not. -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pg...
2013 Oct 22
2
Boot iPXE from syslinux/isolinux
...the binary syslinux files from kernel.org booting fails with latest version 6.02: Loading ipxe.krn... ok Booting kernel failed: Invalid argument It does work with version 6.01, though. Any hints how to fix this regression? -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pg...
2014 Jul 25
1
corrupted copy in regress/multiplex.sh
...IX) test connection multiplexing: cmd forward remote (UNIX) test connection multiplexing: cmd exit test connection multiplexing: cmd stop failed connection multiplexing Makefile:168: recipe for target 't-exec' failed -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: failed-regress.log Type: text/x-lo...
2013 Dec 03
1
Boot iPXE from syslinux/isolinux
...00000 2 [-] reserved b 00000000ffe60000 00000000001a0000 0000000100000000 2 [-] reserved c 00000000fec00000 0000000000010000 00000000fec10000 2 [-] reserved d 00000000fee00000 0000000000010000 00000000fee10000 2 [-] reserved -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pg...
2014 Jan 28
2
[PATCH 1/1] rework printing for visual host key upper border
Key types are getting longer and the current implementation of visual host key breaks with ED25519, resulting in (note the missing bracket): +--[ED25519 256--+ This reworks the calculation of visual host key upper border. Please be aware that this may change the output for other key types as well. --- key.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/key.c
2013 Nov 11
2
Boot iPXE from syslinux/isolinux
On 11/11/2013 04:09 AM, Christian Hesse wrote: >> >> Let be know if you need any more info. > > Is anybody working on this? Is there a bug tracker I should report > this to so it does not get forgotten? Could not find one for > syslinux. > Hm... it is odd that 03dda0f1 etc. didn't fix this. Since this is extremely likely to be dependent on the memory map, this
2015 Nov 18
3
AddKeysToAgent break local forwarding (and possibly more)
...ok markus@ Upstream-ID: a680db2248e8064ec55f8be72d539458c987d5f4 Giving an extra '-o AddKeysToAgent=yes' makes the local forwarding work again, but I suppose that's not the expected behavior. ;) -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pg...
2020 Mar 02
3
Question about host key algorithms
When I do ssh -Q key, where ssh is the OpenSSH 7.4p1 client, I get the following output: ssh-ed25519 ssh-ed25519-cert-v01 at openssh.com ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-rsa-cert-v01 at openssh.com ssh-dss-cert-v01 at openssh.com ecdsa-sha2-nistp256-cert-v01 at openssh.com ecdsa-sha2-nistp384-cert-v01 at openssh.com ecdsa-sha2-nistp521-cert-v01 at
2015 May 04
2
fatal: ssh_dispatch_run_fatal: Connection reset by peer [preauth]
...coming connection (::1 and 127.0.0.1 are checked) at the some time. Why does this happen? Who's fault is it? As these are TCP connections I would expect it is not a problem to know what packet belongs to what connection. -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: lo.pcap Type: application/vnd.tcpd...
2013 Oct 24
5
Boot iPXE from syslinux/isolinux
...> 3e4cbdfc3cb9928c5c809fc4400623eefbc398f4 M com32 If anybody tries to reproduce: I have uploaded an iPXE zImage that isolinux fails to boot: http://www.eworm.de/tmp/ipxe.lkrn Let be know if you need any more info. -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pg...
2014 Jan 29
2
tests: multiplex.sh fails on i686
...make[1]: *** [t-exec] Error 1 make[1]: Leaving directory '/tmp/openssh-git/src/openssh/regress' Makefile:412: recipe for target 'tests' failed make: *** [tests] Error 2 Everything works just fine on x86_64. -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pg...
2013 Dec 04
2
Boot iPXE from syslinux/isolinux
...boot: debug -e bios_boot_linux calc_cmdline_offset boot: ipxe.lkrn Loading ipxe.lkrn... ok cmdline_offset at 0x9f7e0 Initial memory map: Could not find location for protected-mode code Booting kernel failed: Invalid argument -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pg...
2014 Jul 04
1
multiplex.sh fails in make tests
...on multiplexing: cmd exit test connection multiplexing: cmd stop failed connection multiplexing Makefile:168: recipe for target 't-exec' failed make[1]: *** [t-exec] Error 1 Let me know if you need any more details. -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pg...
2014 Jul 24
1
GNU netcat in make tests
...4e955 to test for Unix domain socket forwarding. This fails on systems that have GNU netcat installed as that does not support Unix domain sockets. In fact it does not understand the `-U` option at all. What way to go there? -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pg...
2013 Oct 22
0
Boot iPXE from syslinux/isolinux
...ves to be separated into its own function. Signed-off-by: Matt Fleming <matt.fleming at intel.com> :040000 040000 a7f3dc3f6ac34bd09336eff39e2f3d2d1bd8c9b6 3e4cbdfc3cb9928c5c809fc4400623eefbc398f4 M com32 -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pg...
2013 Nov 11
0
Boot iPXE from syslinux/isolinux
...; http://www.eworm.de/tmp/ipxe.lkrn > > Let be know if you need any more info. Is anybody working on this? Is there a bug tracker I should report this to so it does not get forgotten? Could not find one for syslinux. -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pg...
2013 Nov 11
0
Boot iPXE from syslinux/isolinux
...out a debug trace, Will produce one. Is there a manual how to do this with syslinux? > or at > least the output of "meminfo.c32". A screenshot is attached. This is within Virtualbox, same happens with kvm. -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot.png Type: image/x-apple...
2013 Dec 04
1
Boot iPXE from syslinux/isolinux
...'t relevant for a > nonrelocatable kernel. > > I have attached a patch (completely untested) which might fix this... Looks really good! This works for all my use cases. Thanks a lot and keep up the good work! -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pg...
2013 Dec 05
0
[syslinux:firmware] load_linux: Don' t use size heuristic for non-relocatable kernels
...in since we already are doing that > elsewhere. Thanks a lot! Please feel free to close bug #40 [0], I opened it to track changes and make sure it does not get forgotten. http://bugzilla.syslinux.org/show_bug.cgi?id=40 -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pg...