[Bug 2319] [PATCH REVIEW] U2F authentication

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

Simon Josefsson si...@josefsson.org changed:

   What|Removed |Added

 CC||si...@josefsson.org

--- Comment #7 from Simon Josefsson si...@josefsson.org ---
Hi everyone.

I agree that it would be nice to write up the protocol spec in IETF
form -- talking to Michael, he would be positive to this so I started
that effort.  See:

https://gitorious.org/ietf-simon/u2f-secsh/source/

In particular:

https://gitorious.org/ietf-simon/u2f-secsh/raw/draft-josefsson-secsh-u2f.txt

As of writing, this is just cut'n'paste from Michael's description, but
the intention is to expand on it.  If anyone wants commit rights, just
drop me an email.

FWIW, my background is that I'm working at Yubico and have been
involved in the U2F protocol and its standardization.

I'm not sure if this bug report is the best place for design
discussions, but I believe one aspect of Michael's protocol should be
discussed further.  Maybe this protocol shouldn't do U2F registration. 
The U2F Registration can happen out-of-band using some command line
tools (see our u2f-host and u2f-server projects).  Then you could use
U2F as a single-factor protocol too.  I find that the server admin part
of handling registration is a bit strange.  It may be that I'm not just
getting what is achieved here.

Cheers,
Simon

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
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 2341] New: XQuartz X11 forwarding not working in OS X 10.10 Yosemite

2015-01-23 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2341

Bug ID: 2341
   Summary: XQuartz X11 forwarding not working in OS X 10.10
Yosemite
   Product: Portable OpenSSH
   Version: 6.7p1
  Hardware: All
OS: Mac OS X
Status: NEW
  Severity: normal
  Priority: P5
 Component: ssh
  Assignee: unassigned-b...@mindrot.org
  Reporter: ja...@kirei.se

bug report in: http://xquartz.macosforge.org/trac/ticket/1451
patch in
https://trac.macports.org/export/121205/trunk/dports/net/openssh/files/launchd.patch

I've tested the patch and it works.

-- 
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 2343] New: test_fuzz.c won't compile if ssh1 support is disabled

2015-01-23 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2343

Bug ID: 2343
   Summary: test_fuzz.c won't compile if ssh1 support is disabled
   Product: Portable OpenSSH
   Version: 6.7p1
  Hardware: Other
OS: Linux
Status: NEW
  Severity: enhancement
  Priority: P5
 Component: Build system
  Assignee: unassigned-b...@mindrot.org
  Reporter: ism...@donmez.ws

Compile openssh with ./configure --without-ssh1

Try to run make tests:

regress/unittests/sshkey/test_fuzz.o: In function `sshkey_fuzz_tests':
/havana/sources/openssh/regress/unittests/sshkey/test_fuzz.c:135:
undefined reference to `sshkey_parse_public_rsa1_fileblob'
/havana/sources/openssh/regress/unittests/sshkey/test_fuzz.c:143:
undefined reference to `sshkey_parse_public_rsa1_fileblob'
collect2: error: ld returned 1 exit status

-- 
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 2343] test_fuzz.c won't compile if ssh1 support is disabled

2015-01-23 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2343

Ismail Donmez ism...@donmez.ws changed:

   What|Removed |Added

  Component|Build system|Regression tests

-- 
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 2342] New: ssh-keygen gives wrong error loading public key message

2015-01-23 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2342

Bug ID: 2342
   Summary: ssh-keygen gives wrong error loading public key
message
   Product: Portable OpenSSH
   Version: 6.7p1
  Hardware: Other
OS: Linux
Status: NEW
  Severity: enhancement
  Priority: P5
 Component: ssh-keygen
  Assignee: unassigned-b...@mindrot.org
  Reporter: ism...@donmez.ws

Using latest openssh-portable.git

[~] cat foo 
i10z.com ssh-ed25519
C3NzaC1lZDI1NTE5IIkPOwWQHARlE7C+wFr2dl/zUu97AUG/YpfwgpDgYH2z

[~] /usr/local/bin/ssh-keygen -l -f ./foo
Error loading public key ./foo: No such file or directory
256 SHA256:9BPlb4ZU9f4OP3LEz9cqYhJYR5EtefTd3PInri50Zc4 i10z.com
(ED25519)

Using ssh-keygen from openssh 6.6.1p1 :

[~] /usr/bin/ssh-keygen -l -f ./foo 
256 10:3a:04:2d:ea:63:64:31:6c:de:ec:4c:ae:fb:ef:dc [MD5] i10z.com
(ED25519)

-- 
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