[PR #3738] [MERGED] Support import ssh configs #3946

Closed
opened 2026-02-27 01:54:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/3738
Author: @zxdong262
Created: 12/31/2024
Status: Merged
Merged: 12/31/2024
Merged by: @zxdong262

Base: masterHead: ssh


📝 Commits (6)

📊 Changes

26 files changed (+509 additions, -94 deletions)

View changed files

📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)
📝 src/app/common/default-setting.js (+0 -1)
📝 src/app/lib/ssh-config.js (+2 -1)
📝 src/client/common/constants.js (+2 -0)
📝 src/client/common/default-setting.js (+0 -1)
📝 src/client/common/new-terminal.js (+2 -5)
📝 src/client/components/main/main.jsx (+10 -0)
📝 src/client/components/setting-panel/setting-common.jsx (+0 -1)
📝 src/client/components/sftp/sftp-entry.jsx (+1 -4)
📝 src/client/components/sidebar/bookmark-select.jsx (+0 -3)
src/client/components/ssh-config/load-ssh-configs.jsx (+107 -0)
src/client/components/ssh-config/ssh-config-item.jsx (+26 -0)
src/client/components/ssh-config/ssh-config-load-notify.jsx (+59 -0)
📝 src/client/components/tabs/tab.jsx (+2 -7)
📝 src/client/components/terminal/index.jsx (+3 -14)
src/client/components/tree-list/bookmark-toolbar.jsx (+203 -0)
📝 src/client/components/tree-list/bookmark-transport.jsx (+2 -0)
📝 src/client/components/tree-list/tree-list.jsx (+22 -27)
📝 src/client/store/bookmark-group.js (+2 -13)

...and 6 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/3738 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 12/31/2024 **Status:** ✅ Merged **Merged:** 12/31/2024 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `ssh` --- ### 📝 Commits (6) - [`eba41b3`](https://github.com/electerm/electerm/commit/eba41b3511b753519e798e3844ef32fccd7b235d) save - [`ffd6c25`](https://github.com/electerm/electerm/commit/ffd6c25117f62cffb5aa64fd126820676c7267e4) Merge remote-tracking branch 'origin' into ssh - [`9a8ff99`](https://github.com/electerm/electerm/commit/9a8ff997b1d2ed3c4c87907f88d65ea654e19528) Fix tab count - [`2ad43b2`](https://github.com/electerm/electerm/commit/2ad43b2972cb198101671097d946ded86cea53da) Merge remote-tracking branch 'origin' into ssh - [`b25eec7`](https://github.com/electerm/electerm/commit/b25eec74349cff62679f7c662530214f8364f81d) save - [`35a3b1c`](https://github.com/electerm/electerm/commit/35a3b1c31af6a37d4e748d318bc1c45b3ed8a298) Support import ssh configs ### 📊 Changes **26 files changed** (+509 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) 📝 `src/app/common/default-setting.js` (+0 -1) 📝 `src/app/lib/ssh-config.js` (+2 -1) 📝 `src/client/common/constants.js` (+2 -0) 📝 `src/client/common/default-setting.js` (+0 -1) 📝 `src/client/common/new-terminal.js` (+2 -5) 📝 `src/client/components/main/main.jsx` (+10 -0) 📝 `src/client/components/setting-panel/setting-common.jsx` (+0 -1) 📝 `src/client/components/sftp/sftp-entry.jsx` (+1 -4) 📝 `src/client/components/sidebar/bookmark-select.jsx` (+0 -3) ➕ `src/client/components/ssh-config/load-ssh-configs.jsx` (+107 -0) ➕ `src/client/components/ssh-config/ssh-config-item.jsx` (+26 -0) ➕ `src/client/components/ssh-config/ssh-config-load-notify.jsx` (+59 -0) 📝 `src/client/components/tabs/tab.jsx` (+2 -7) 📝 `src/client/components/terminal/index.jsx` (+3 -14) ➕ `src/client/components/tree-list/bookmark-toolbar.jsx` (+203 -0) 📝 `src/client/components/tree-list/bookmark-transport.jsx` (+2 -0) 📝 `src/client/components/tree-list/tree-list.jsx` (+22 -27) 📝 `src/client/store/bookmark-group.js` (+2 -13) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:54:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3946
No description provided.