Skip to content

inoc603/go-sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors