Categorygithub.com/inoc603/go-sshd
repositorypackage
0.0.0-20180228111258-d433a87673cf
Repository: https://github.com/inoc603/go-sshd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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