I installed the validation server and wanted now to install the KSM server. I'm following the installation guide found here
https://github.com/Yubico/yubikey-ksm/wiki/InstallationServer is running ubuntu 12.04
Code:
:~$ git clone git://github.com/Yubico/yubikey-ksm.git
Cloning into 'yubikey-ksm'...
remote: Counting objects: 468, done.
remote: Compressing objects: 100% (188/188), done.
remote: Total 468 (delta 279), reused 466 (delta 278)
Receiving objects: 100% (468/468), 75.71 KiB, done.
Resolving deltas: 100% (279/279), done
~$ cd yubikey-ksm/
:~/yubikey-ksm$ sudo make install
help2man -N --name='Print checksum of important database fields. Useful for quickly determining whether several KSMs are in sync.' --version-string=1 ./ykksm-checksum > ykksm-checksum.1
help2man: can't get `--help' info from ./ykksm-checksum
Try `--no-discard-stderr' if option outputs to stderr
make: *** [ykksm-checksum.1] Error 2
I noticed that doc directory is empty so did same procedure when installing valdiation server
Code:
:~/yubikey-ksm$ git submodule init
Submodule 'doc' (git@github.com:Yubico/yubikey-ksm.wiki.git) registered for path 'doc'
~/yubikey-ksm$ git submodule update
Cloning into 'doc'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Clone of 'git@github.com:Yubico/yubikey-ksm.wiki.git' into submodule path 'doc' failed