Skip to content

IxDay/janus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Janus: SSH Agent with extension support

Getting started

In order to be able to develop on this project and run the various examples you need to have the following tool installed in your environment:

Build and run

You can run a simple development server by issuing the following commands:

  • clone this repository: git clone github.com/IxDay/janus
  • build the binary: make
  • define an environment variable: export SSH_AUTH_SOCK="$(pwd)/agent.sock"
  • run the binary: ./janus

Alternatively, once the repository is cloned you can just type make run to launch the binary.

About

SSH Agent written in go, extensible with age decryption support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published