toxyl / ossh

... is a dirty mix of honey and tar, delivered by a fake SSH server.
Other
2 stars 1 forks source link

Session meta data #11

Closed toxyl closed 2 years ago

toxyl commented 2 years ago

Throughout setting up SSH connections several pieces of information such as used password and terminal name come along that are not accessible outside of the callbacks (PtyCallback for example has the term name, and the auth handler the password). I think we should setup a structure to persist this meta data.