Skip to content
/ metis Public

a demonstration of how the ssh protocol can be used as a transport & authentication for other things

Notifications You must be signed in to change notification settings

eddking/metis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Metis

A fun little project using twisted conch's library for the ssh protocol. I wanted to explore ssh as an easy way to build authentication into other command line tools, since it's already part of every infrastructure toolkit. Ultimately, its not that easy to do.

This has a server and a client which connect over ssh. the client can utilize the ssh-agent if one is running.

Todo:

  • make the ssh-agent's socket available to the server, via a ssh channel (Agent Forwarding)

About

a demonstration of how the ssh protocol can be used as a transport & authentication for other things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages