lstoll / nassh-relay

SSH bastion based on nassh/relay
MIT License
3 stars 0 forks source link

nassh-relay

Build Status godoc

Basic implementation of the nassh relay protocol in Go. This can be used for relaying SSH sessions in the ChromeOS SSH app, but worth noting is that it doesn't contain any SSH specific code - it could be used to relay any TCP connections.

This repository doesn't contain any usable client/server implementations, it's just a library. An example bastion that uses OpenID Connect for auth can be found in https://github.com/lstoll/ssh-bastion.