Liking cljdoc? Tell your friends :D

clj-OpenSSH-keygen

software by Dyne.org

Clojars Project

A platform-independent Clojure library to genereate OpenSSH compliant key-pairs without executing any ssh binary on the system.

Usage

To generate a keypair testkey.pub and testkey in the current execution directory:

  (let [kp (generate-key-pair)]
    (write-key-pair kp "testkey")))

License

Copyright (C) 2016-2017 Dyne.org foundation

Sourcecode written and maintained by Denis Roio jaromil@dyne.org

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close