Skip to content

anamanolache/ssh-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ssh-server

Simple SSH server. By default the server will listen for connections on port 22. to change the port use flag -port

Install

go get /go/src/github.com/anamanolache/ssh-server

Docker

docker build -t sshserver .
docker run -p<LOCAL_PORT>:22 sshserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages