-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Hello,
I want to be able to use a parameterized build variable to inject the username in my ssh connection.
$APPLICATION_USER = "test"
$APPLICATION_USER @server would become test@server
I already tried this, but failed. So I am guessing this feature is not yet implemented.
There could be security problems, in production enviroment if you add a very risky server to manipulate and someone creating builds throws unsafe commands to the ssh server
Thank you in advance.
[JENKINS-30511] Enject variable into the ssh username
Description |
Original:
Hello, I want to be able to a parameterized build variable to inject the username in my ssh connection. $APPLICATION_USER = "test" $APPLICATION_USER @server would become test@server I already tried this, but failed. So I am guessing this feature is not yet implemented. Thank you in advance. |
New:
Hello, I want to be able to use a parameterized build variable to inject the username in my ssh connection. $APPLICATION_USER = "test" $APPLICATION_USER @server would become test@server I already tried this, but failed. So I am guessing this feature is not yet implemented. Thank you in advance. |
Description |
Original:
Hello, I want to be able to use a parameterized build variable to inject the username in my ssh connection. $APPLICATION_USER = "test" $APPLICATION_USER @server would become test@server I already tried this, but failed. So I am guessing this feature is not yet implemented. Thank you in advance. |
New:
Hello, I want to be able to use a parameterized build variable to inject the username in my ssh connection. $APPLICATION_USER = "test" $APPLICATION_USER @server would become test@server I already tried this, but failed. So I am guessing this feature is not yet implemented. There could be security problems, in production enviroment if you add a very risky server to manipulate and someone creating builds throws unsafe commands to the ssh server Thank you in advance. |
Assignee | New: Aaron Simmons [ paleozogt ] |
Assignee | Original: Aaron Simmons [ paleozogt ] |
Workflow | Original: JNJira [ 165622 ] | New: JNJira + In-Review [ 182058 ] |
Is there any new about? I want to also pass as parammeter the login to the SSH