mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #611] 1.0.0 BETA: Custom SSH Runners not working #1455
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1455
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @t-ru on GitHub (Feb 17, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/611
Originally assigned to: @VShawn on GitHub.
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
Multi account has the same bug
Affected versions
All versions since switch from PRemote to 1Remote
@VShawn commented on GitHub (Jun 8, 2024):
with password
with private key
https://github.com/1Remote/1Remote/assets/10143738/80b99e9e-0459-4efb-a5ee-86489f0a5faf
in all
Hi, @t-ru sorry for delay.
I have tested and things are going smoothly. I have only recorded the connection based on private key , but password do work too.
I'mn not sure what errors have occurred on you, but I need to point out:
Previous versions do not support passwords with special characters, which was fixed in #673
I have only tested private keys in ppk format. I am not sure if other formats of private keys are supported.
@github-actions[bot] commented on GitHub (Dec 19, 2024):
This issue is stale because it has been open for 30 days with no activity.
@github-actions[bot] commented on GitHub (Jan 3, 2025):
This issue was closed because it has been inactive for 14 days since being marked as stale.