Liking cljdoc? Tell your friends :D

dda.config.commons.user-env-1-1


format-public-keyclj

(format-public-key ssh-public-key-config)

returns a formatted public-key from an ssh-config

returns a formatted public-key from an ssh-config
sourceraw docstring

read-ssh-keys-to-pair-configclj

(read-ssh-keys-to-pair-config & {:keys [ssh-dir-path read-from-env?]})
source

read-ssh-priv-key-to-configclj

(read-ssh-priv-key-to-config & {:keys [ssh-dir-path read-from-env?]})

read the ssh-private-key to a config

read the ssh-private-key to a config
sourceraw docstring

read-ssh-pub-key-to-configclj

(read-ssh-pub-key-to-config & {:keys [ssh-dir-path]})

read the ssh-public-key to a config

read the ssh-public-key to a config
sourceraw docstring

ssh-priv-key-from-env-to-configclj

(ssh-priv-key-from-env-to-config)

Inputs: [] Returns: schema/PrivateSshKey

function reads ssh private key from environment variable and returns it as a String

Inputs: []
Returns: schema/PrivateSshKey

function reads ssh private key from environment variable and returns it as a String
sourceraw docstring

string-to-pub-key-configclj

(string-to-pub-key-config pub-key)

Inputs: [pub-key :- s/Str]

Inputs: [pub-key :- s/Str]
sourceraw docstring

user-home-dirclj

(user-home-dir user-name)

provides the user home path.

provides the user home path.
sourceraw docstring

user-ssh-dirclj

(user-ssh-dir user-name)

provides the user .ssh path.

provides the user .ssh path.
sourceraw docstring

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

× close