A platform-independent Clojure library to genereate OpenSSH compliant key-pairs without executing any ssh binary on the system.
To generate a keypair testkey.pub and testkey in the current
execution directory:
(let [kp (generate-key-pair)]
(write-key-pair kp "testkey")))
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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |