Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC 1760 specifies that skey seed is followed by space or newline #14

Open
ghost opened this issue Jun 18, 2014 · 0 comments
Open

RFC 1760 specifies that skey seed is followed by space or newline #14

ghost opened this issue Jun 18, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 18, 2014

Metadata

  • Number: 17250
  • Originator: Ken Dunlap <kd@panix.com>
  • Arrived: Thu Jun 13 19:56:00 +0000 2002
  • Last modified:
  • Environment: System: NetBSD panix3.panix.com 1.5.2 NetBSD 1.5.2 (PANIX-USER) #0: Wed Jan 16 21:45:14 EST 2002 marcotte@byzantium.nyc.access.net:/devel/netbsd/1.5.2/src/sys/arch/i386/compile/PANIX-USER i386

Description


    RFC 1760 specifies that the 3 tokens of an skey prompt be separated by
a single space, followed by a space or a newline.  libskey on NetBSD 1.5.2 
and 1.6 produce prompts which look like this:  [s/key #### seed]  .

How to repeat


    telnet or ftp to an skey enabled account on a NetBSD host.

Fix


    completely untested patch:
skeylogin.c
556c556
<       fprintf(stderr, "[%s]\n", skeyprompt);

---
>       fprintf(stderr, "[ %s ]\n", skeyprompt);


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants