Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.0 BETA: Custom SSH Runners not working #611

Open
t-ru opened this issue Feb 17, 2024 · 0 comments
Open

1.0.0 BETA: Custom SSH Runners not working #611

t-ru opened this issue Feb 17, 2024 · 0 comments
Assignees
Labels
area-ct-ssh Connection type: SSH bug Something isn't working
Milestone

Comments

@t-ru
Copy link

t-ru commented Feb 17, 2024

Password and Private Key are not correctly passed to exe on SSH runners.

Configured SSH Runner

Exe path: wt.exe

Login with password: -w 1 new-tab --title "%1RM_HOSTNAME%" --suppressApplicationTitle plink -ssh %1RM_HOSTNAME% -P %1RM_PORT% -%SSH_VERSION% -C -X -no-antispoof -l %1RM_USERNAME% -pw %1RM_PASSWORD%

Login with PK: -w 1 new-tab --title "%1RM_HOSTNAME%" --suppressApplicationTitle plink -ssh %1RM_HOSTNAME% -P %1RM_PORT% -%SSH_VERSION% -C -X -no-antispoof -l %1RM_USERNAME% -i %1RM_PRIVATE_KEY_PATH%

To Reproduce

  1. Create 2 connections. One with use of password and one with use of private key.
  2. Test both connections... all is working fine.
  3. Close 1Remote
  4. Exit the 1Remote tray icon
  5. Open 1 Remote
  6. Test both connections... ERROR... Password and PK will not be passed correctly
  7. Edit both connection. Do not make any changes. Exit edit mode with cancel.
  8. Test both connections... all is working fine

Multi account has the same bug

Affected versions
All versions since switch from PRemote to 1Remote

@t-ru t-ru added the bug Something isn't working label Feb 17, 2024
@majkinetor majkinetor added the area-ct-ssh Connection type: SSH label Feb 17, 2024
@majkinetor majkinetor added this to the NEXT milestone Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-ct-ssh Connection type: SSH bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants