You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an embedded SSH server and am using ShellFactoryImpl(Consumer<ShellParams>) to create the ShellFactory.
ShellImpl implements SessionAware and has the session set, but there's no way for the shell function to use it as the ShellParams do not include it. I would like to access details from the Session in the shell (mainly for the client address).
Could ShellParams (and ExecuteParams) include the session? If this is ok, I'll work on a PR for it.
The text was updated successfully, but these errors were encountered:
ghost
pushed a commit
to tpoliaw/jline3
that referenced
this issue
Apr 24, 2019
I have an embedded SSH server and am using
ShellFactoryImpl(Consumer<ShellParams>)
to create the ShellFactory.ShellImpl implements SessionAware and has the session set, but there's no way for the shell function to use it as the ShellParams do not include it. I would like to access details from the Session in the shell (mainly for the client address).
Could ShellParams (and ExecuteParams) include the session? If this is ok, I'll work on a PR for it.
The text was updated successfully, but these errors were encountered: