[Bug 2319] [PATCH REVIEW] U2F authentication

2015-11-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2319

Adam Goode  changed:

   What|Removed |Added

 CC||a...@spicenitz.org

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2206] ssh-copy-id fails with message 'Ambiguous output redirect.' with a non-sh style remote shell

2015-11-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2206

Jakub Jelen  changed:

   What|Removed |Added

 CC||jje...@redhat.com

--- Comment #5 from Jakub Jelen  ---
Actually we had to use one-line version of this patch, because some
other shells (tcsh) do not support multi-line arguments well. The
readability is not better, but we achieved more portability.

We carry in Fedora this patch:
http://pkgs.fedoraproject.org/cgit/openssh.git/tree/openssh-6.8p1-fix-ssh-copy-id-on-non-sh-shell.patch

Upstream doesn't seem to be interested in fixing this so at least for
the others who will encounter such problems and who would like to fix.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2492] Incomplete output of child process

2015-11-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2492

--- Comment #23 from Marc Aurele La France  ---
No.  What does `uname -a` actually say.  Anyting else, I've found, is
smoke and mirrors.  Thanks.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2474] Enabling ECDSA in PKCS#11 support for ssh-agent

2015-11-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2474

Peter  changed:

   What|Removed |Added

 CC||pe...@pean.org

--- Comment #3 from Peter  ---
I can confirm that this patch works on FreeBSD 11-Current using the
smart card on a Yubikey NEO with a ECCP256 key.

FreeBSD mobius 11.0-CURRENT FreeBSD 11.0-CURRENT #9 r290134M: Thu Oct
29 10:46:05 CET 2015 peter@mobius:/usr/obj/usr/src/sys/GENERIC 
amd64

OpenSSL 1.0.2d-freebsd 9 Jul 2015

> ./ssh-keygen -D /usr/local/lib/opensc-pkcs11.so
C_GetAttributeValue failed: 18
ecdsa-sha2-nistp256
E2VjZHNhLXNoYTItbmlzdHAyNTYIbmlzdHAyNTYAAABBBAJGTLvC9BHSNPAfOw3s4lEix3zKLBKRgZlQ9kSxyttSG8XZ/NIoxm+ZYGbkYxji1kN7brMff21mgXGUzfxp58M=

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2196] ssh-copy-id: selects "wrong" pubkey

2015-11-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2196

Radek Podgorny  changed:

   What|Removed |Added

 CC||ra...@podgorny.cz

--- Comment #1 from Radek Podgorny  ---
hi!

i've been just hit by this bug. ssh-copy-id really should mimic the
behavior of ssh regarding key selection!

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2206] ssh-copy-id fails with message 'Ambiguous output redirect.' with a non-sh style remote shell

2015-11-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2206

--- Comment #4 from Radek Podgorny  ---
Created attachment 2756
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2756=edit
use "sh" on remote system

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2206] ssh-copy-id fails with message 'Ambiguous output redirect.' with a non-sh style remote shell

2015-11-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2206

Radek Podgorny  changed:

   What|Removed |Added

 CC||ra...@podgorny.cz

--- Comment #3 from Radek Podgorny  ---
same issue here (with fish shell on remote). what can i do to get this
fixed?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2492] Incomplete output of child process

2015-11-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2492

--- Comment #24 from Volth  ---
(In reply to Marc Aurele La France from comment #23)
> No.  What does `uname -a` actually say.  Anyting else, I've found,
> is smoke and mirrors.  Thanks.

Linux g1.example.com 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2492] Incomplete output of child process

2015-11-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2492

--- Comment #25 from Volth  ---
(In reply to Volth from comment #24)
> (In reply to Marc Aurele La France from comment #23)
> > No.  What does `uname -a` actually say.  Anyting else, I've found,
> > is smoke and mirrors.  Thanks.
> 
> Linux g1.example.com 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8
> 15:35:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Linux s-tserver12.lan 4.2.0-17-generic #21-Ubuntu SMP Fri Oct 23
19:56:16 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Linux q-datanode8.lan 4.2.0-18-generic #22-Ubuntu SMP Fri Nov 6
18:25:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs