Skip to content

Simple sshd implemented in golang, with asciicast support

License

Notifications You must be signed in to change notification settings

inoc603/go-sshd

Repository files navigation

go-sshd

A simple sshd implemented in golang, with asciicast support.

Currently it only implemented interactive shell through ssh. Functions like running command, ssh forwarding will come later.

There is likely to be some security issue with this project at the moment. Make sure not to run this on production server.

Installation

go get github.com/inoc603/go-sshd/cmd

Developement

Build the project with:

make build

Run the built program:

make fg

Usage

TODO

About

Simple sshd implemented in golang, with asciicast support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published