Liking cljdoc? Tell your friends :D

clj-libssh2.authentication

Authenticate a session.

Authenticate a session.
raw docstring

authenticatecljmultimethod

(authenticate session credentials)

Authenticate a session.

Arguments:

session A clj-libssh2.session.Session object referring to an SSH session which has not yet been authenticated. credentials Either an instance of Credentials or a map which can be transformed into a Credentials object.

Return:

True on success. An exception will be thrown if ther session could not be authenticated.

Authenticate a session.

Arguments:

session      A clj-libssh2.session.Session object referring to an SSH
             session which has not yet been authenticated.
credentials  Either an instance of Credentials or a map which can be
             transformed into a Credentials object.

Return:

True on success. An exception will be thrown if ther session could not be
authenticated.
sourceraw docstring

Credentialscljprotocol

A datatype to represent a way of authentication and the necessary data to use that authentication method.

A datatype to represent a way of authentication and the necessary data to
use that authentication method.

valid?clj

(valid? credentials)

Check if this Credentials instance is internally consistent.

Check if this Credentials instance is internally consistent.
sourceraw docstring

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

× close