Skip to content

Secure connection process (Diffie-Hellman key exchange) implemented using akka streams

Notifications You must be signed in to change notification settings

JakubDziworski/Akka-Streams-SSH-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka Streams Mini SSH Server

Build Status

This project implements Diffie-Hellman key exchange for securing connection (exactly like ssh). It however does not (yet) understand commands (it will just respond with 'I've received <received_msg>')

Implemented according to RFC4253 Section 8

The best way to get hang of this implementation is to look at SshConnectionTest.scala

About

Secure connection process (Diffie-Hellman key exchange) implemented using akka streams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages