Giter VIP home page Giter VIP logo

mini-sshd's Introduction

mini-sshd

A minimal SSH server implementation written from scratch in Rust, largely compliant with the protocol standards outlined in RFCs 4250-4254.

Tested on Linux with OpenSSH client version >= 8.9.

Configuration

  • RUST_LOG environment variable should be set to enable logging levels: error, warn, info, debug, trace

Warning

trace level logs secrets

  • Authorized public keys should be placed in ~/.ssh/authorized_keys. Format is the same as in OpenSSH (one public key per line)
  • Server host keys are automatically generated on first start and saved in $XDG_DATA_HOME/mini-sshd

Supported authentication methods

  • public key

Supported algorithms

Key exchange

  • ecdh-sha2-nistp256
  • ecdh-sha2-nistp384
  • ecdh-sha2-nistp521

Host key

  • ecdsa-sha2-nistp256
  • ecdsa-sha2-nistp384
  • ecdsa-sha2-nistp512

Encryption

  • aes-128-ctr

MAC

  • hmac-sha2-256

mini-sshd's People

Contributors

mwojtyna avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.