Hi!
I have installed stoken-0.90-1 on Ubuntu 16.04.
Then imported my token into it. I set it to ask only PIN.
I noticed that it prints an empty line before one-time-pass when I want it to read my PIN from stdin:
$ echo $PIN | stoken -s tokencode
37150875
It doesn't occur when I enter PIN interactively.
$ stoken tokencode
Enter PIN:
44865380
That's not a big problem, I know. But it makes stoken a bit less usable for scripts.
Hi! I have installed stoken-0.90-1 on Ubuntu 16.04. Then imported my token into it. I set it to ask only PIN. I noticed that it prints an empty line before one-time-pass when I want it to read my PIN from stdin:
It doesn't occur when I enter PIN interactively.
That's not a big problem, I know. But it makes stoken a bit less usable for scripts.