Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felipenoris/sshagentsetup.jl

A tool to setup `ssh-agent`
https://github.com/felipenoris/sshagentsetup.jl

Last synced: about 2 months ago
JSON representation

A tool to setup `ssh-agent`

Awesome Lists containing this project

README

        

# SSHAgentSetup.jl

A tool to setup `ssh-agent`.

# Usage

```julia
import SSHAgentSetup

# starts `ssh-agent`
SSHAgentSetup.setup()

# uses `ssh-add` to add user key to ssh agent
SSHAgentSetup.add_key(joinpath(homedir(), ".ssh", "id_rsa"))
```