(add-fingerprint-to-known-hosts facility user-name fingerprint)
Inputs: [facility :- s/Keyword user-name :- s/Str fingerprint]
add a node qualified by ip or fqdn to the users ~/.ssh/known_hosts file.
Inputs: [facility :- s/Keyword user-name :- s/Str fingerprint] add a node qualified by ip or fqdn to the users ~/.ssh/known_hosts file.
(add-pinned-fqdn-or-ip facility user-name pin-element)
Inputs: [facility :- s/Keyword user-name :- s/Str pin-element :- PinElement]
add a node qualified by ip or fqdn to the users ~/.ssh/known_hosts file.
Inputs: [facility :- s/Keyword user-name :- s/Str pin-element :- PinElement] add a node qualified by ip or fqdn to the users ~/.ssh/known_hosts file.
(configure-user facility user-name trusts)
Inputs: [facility :- s/Keyword user-name :- s/Str trusts :- [ServerTrust]]
Inputs: [facility :- s/Keyword user-name :- s/Str trusts :- [ServerTrust]]
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close