class
SSH2::Agent
- SSH2::Agent
- Reference
- Object
Included Modules
- Enumerable(SSH2::Agent::PublicKey)
Defined in:
agent.crConstructors
Instance Method Summary
-
#authenticate(username)
Authenticate username with agent
-
#connect
Connect to an ssh-agent running on the system.
-
#disconnect
Close a connection to an ssh-agent.
-
#each(&)
Must yield this collection's elements to the block.
- #finalize
-
#list_identities
Request an ssh-agent to list of public keys, and stores them in the internal collection of the handle.
- #to_unsafe : Pointer(Void)
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(SSH2::Agent::PublicKey)
Must yield this collection's elements to the block.
def list_identities
#
Request an ssh-agent to list of public keys, and stores them in the internal collection of the handle.