(configure-authorized-keys user-name ssh-config)
Inputs: [user-name :- s/Str ssh-config :- Ssh]
configure the authorized_keys for a given user, all existing authorized_keys will be overwritten.
Inputs: [user-name :- s/Str ssh-config :- Ssh] configure the authorized_keys for a given user, all existing authorized_keys will be overwritten.
(configure-ssh-key user-name ssh-config)
Inputs: [user-name :- s/Str ssh-config :- Ssh]
configer the users ssh_key.
Inputs: [user-name :- s/Str ssh-config :- Ssh] configer the users ssh_key.
(configure-user user-name ssh-config)
Inputs: [user-name :- s/Str ssh-config :- Ssh]
Inputs: [user-name :- s/Str ssh-config :- Ssh]
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close