Liking cljdoc? Tell your friends :D

dda.config.commons.ssh-key


format-public-keyclj

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

Inputs: [ssh-public-key-config :- PublicSshKey] Returns: s/Str

returns a formatted public-key from an ssh-config

Inputs: [ssh-public-key-config :- PublicSshKey]
Returns: s/Str

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

PrivateSshKeyclj

source

PublicSshKeyclj

source

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: PrivateSshKey

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

Inputs: []
Returns: PrivateSshKey

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

SshKeyPairclj

source

string-to-pub-key-configclj

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

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

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

user-home-dircljdeprecated

(user-home-dir user-name)

deprecated - pls use user-home/user-home-dir instead.

deprecated - pls use user-home/user-home-dir instead.
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