mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[PR #936] [MERGED] SSH emulator switch to PuTTY #917
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#917
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?
📋 Pull Request Information
Original PR: https://github.com/1Remote/1Remote/pull/936
Author: @VShawn
Created: 5/24/2025
Status: ✅ Merged
Merged: 5/24/2025
Merged by: @VShawn
Base:
main← Head:Branch_switch_to_putty📝 Commits (5)
19e34b4switch to latest PuTTY. Only the exe integration has been completed, various settings have not been adapted yet.5560b0bdocking theme module for Putty4fa71c9Refactoring the putty embedding framework292381a1. fix the auto command environment bug bysource /etc/profileb4d0f26chore: import putty📊 Changes
44 files changed (+2200 additions, -1013 deletions)
View changed files
📝
.gitignore(+1 -3)📝
.gitmodules(+3 -0)📝
Shawn.Utils(+1 -1)📝
Ui/AppInit.cs(+5 -4)📝
Ui/Model/Protocol/Base/Credential.cs(+0 -3)📝
Ui/Model/Protocol/Base/ProtocolBase.cs(+25 -12)📝
Ui/Model/Protocol/Base/ProtocolBaseWithAddressPort.cs(+1 -1)📝
Ui/Model/Protocol/FTP.cs(+2 -1)📝
Ui/Model/Protocol/SSH.cs(+10 -36)📝
Ui/Model/Protocol/Serial.cs(+7 -15)📝
Ui/Model/Protocol/Telnet.cs(+9 -6)📝
Ui/Model/ProtocolRunner/Default/InternalDefaultRunner.cs(+35 -5)📝
Ui/Model/ProtocolRunner/Default/KittyRunner.cs(+155 -7)➕
Ui/Model/ProtocolRunner/Default/PuttyRunner.cs(+474 -0)📝
Ui/Model/ProtocolRunner/Runner.cs(+5 -3)📝
Ui/Model/ProtocolRunner/RunnerHelper.cs(+88 -65)➕
Ui/Resources/PuTTY(+1 -0)📝
Ui/Service/AppPathHelper.cs(+2 -3)📝
Ui/Service/ProtocolConfigurationService.cs(+7 -4)📝
Ui/Service/SessionControlService_OpenConnection.cs(+15 -10)...and 24 more files
📄 Description
switch to putty, kitty is dead since 2023
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.