TheCreeper / minissh

A small and portable SSH server written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniSSH

This repository contains the small and portable MiniSSH server. This SSH server is written in Go and attempts to be usable on most platforms that the Go compiler supports (Windows, Linux, FreeBSD).

Features

  • Highly portable. Should run on Windows/Linux/BSD.
  • Uses only SSH keys. No passwords.
  • Uses only the Go standard library.
  • Uses only modern and reliable encryption methods (RSA/ECDSA).

Limitations of the Standard Library

  • Package os/exec has no facility to change the UID/GID of a child process.
  • Package os/user has no facility to find the default shell of a user.

About

A small and portable SSH server written in Go.

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%