You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Andrei Danilenka (Jira)" <ji...@apache.org> on 2022/07/01 12:20:00 UTC

[jira] [Commented] (SSHD-1273) Send environment variable and open subsystem at the same time for SSH session

    [ https://issues.apache.org/jira/browse/SSHD-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561435#comment-17561435 ] 

Andrei Danilenka commented on SSHD-1273:
----------------------------------------

Created pull request to resolve this ticket:
https://github.com/apache/mina-sshd/pull/230

> Send environment variable and open subsystem at the same time for SSH session
> -----------------------------------------------------------------------------
>
>                 Key: SSHD-1273
>                 URL: https://issues.apache.org/jira/browse/SSHD-1273
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 2.8.0
>            Reporter: Andrei Danilenka
>            Priority: Major
>
> I use Apache Mina SSH client. The request that I want to send looks like:
> {code:java}
> user@host -w my_password -o SendEnv=SOME_VAR -s subsystem_name{code}
> But for now it is impossible to use env vars and subsystem together. 
> What I have tried so far
> 1.       ChannelShell class has setEnv(key, value) method but I can't go in 
> subsystem
> 2.       ChannelSubsystem class allows to go to subsystem but it has no 
> setEnv(key, value) method
> 3.       Also I have tried to open ChannelShell, set env, then open 
> ChannelSubsystem using the same session as was used for ChannelShell, but it 
> seems env variable hasn't gotten to ChannelSubsystem.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org