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
Is your feature request related to a problem? Please describe.
I've to deal with several SSH connections with the same user and I'd like to be able to just have to write $USER or something like this when I'm adding a new SSH profile.
Describe the solution you'd like
Adding an if statement to check if the first char is a $ and replace it by the env variable of the input would be the easiest solution though I'm not sure if it's possible to read env variables(that are not in a .env file) from an electron app.
The text was updated successfully, but these errors were encountered:
woodmeal
changed the title
Handle local env variable to SSH profile configuration
Handle local env variable in SSH profile configuration
Apr 19, 2022
Is your feature request related to a problem? Please describe.
I've to deal with several SSH connections with the same user and I'd like to be able to just have to write $USER or something like this when I'm adding a new SSH profile.
Describe the solution you'd like
Adding an
if
statement to check if the first char is a$
and replace it by the env variable of the input would be the easiest solution though I'm not sure if it's possible to read env variables(that are not in a .env file) from an electron app.The text was updated successfully, but these errors were encountered: