(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
(read-ssh-keys-to-pair-config & {:keys [ssh-dir-path read-from-env?]})
(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
(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
(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
(string-to-pub-key-config pub-key)
Inputs: [pub-key :- s/Str]
Inputs: [pub-key :- s/Str]
(user-home-dir user-name)
provides the user home path.
provides the user home path.
(user-ssh-dir user-name)
provides the user .ssh path.
provides the user .ssh path.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close