adisbladis / agentwall

SSH agent "firewall"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSH agent “firewall”

Usage:

nix-shell
go build
rm -f go.sock; go build; ./agentwall --backend $SSH_AUTH_SOCK

In another shell:

export SSH_AUTH_SOCK=$(pwd)/go.sock
ssh <server_ip>

About

SSH agent "firewall"


Languages

Language:Go 95.6%Language:Nix 4.4%