Liking cljdoc? Tell your friends :D

ssh-cli.login.core


setup-passwordless-sshclj

(setup-passwordless-ssh {:keys [identity-file] :as arg-map})

Sets up passwordless SSH login between machines. The username and password is common for all machines, specify it in the argument map with the keys :username and :password respectively. The machines connect using an identity file, you can specify the path to the private key file with the key :identity-file.

Sets up passwordless SSH login between machines.
The username and password is common for all machines, specify it in the argument map with the keys :username and :password respectively.
The machines connect using an identity file, you can specify the path to the private key file with the key :identity-file.
sourceraw docstring

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

× close