2.0.4 • Published 5 years ago

ssh-agent-js v2.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

Build Status Coverage Status Version License

Code style

Motivation

A pure js drop-in replacement for ssh-agent. This agent is a replacement for the ssh-agent program. This package includes both a "server" and "client" API. This library implements the official agent protocol and is compatible with all ssh clients (ssh & putty)

Client API

new Agent(socket)

await agent.list_keys();

await agent.add_key( privateKey , alias);

await agent.remove_key( pubkey || alias || fingerprint);

await agent.remove_all_keys();

await agent.sign( alias || fingerprint, message);

Credits

2.0.4

5 years ago

1.3.7

7 years ago

1.3.6

7 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago