[PR #369] [MERGED] feat: add sftp support #429

Closed
opened 2026-05-07 00:20:51 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/369
Author: @speed47
Created: 3/3/2023
Status: Merged
Merged: 3/16/2023
Merged by: @speed47

Base: masterHead: sftp


📝 Commits (1)

📊 Changes

31 files changed (+722 additions, -326 deletions)

View changed files

📝 bin/plugin/group-aclkeeper/groupAddServer (+15 -33)
📝 bin/plugin/group-aclkeeper/groupDelServer (+16 -34)
📝 bin/plugin/group-gatekeeper/groupAddGuestAccess (+22 -14)
📝 bin/plugin/group-gatekeeper/groupDelGuestAccess (+20 -13)
📝 bin/plugin/open/scp (+28 -15)
bin/plugin/open/sftp (+262 -0)
📝 bin/plugin/restricted/accountAddPersonalAccess (+17 -38)
📝 bin/plugin/restricted/accountDelPersonalAccess (+18 -39)
📝 bin/plugin/restricted/selfAddPersonalAccess (+15 -36)
📝 bin/plugin/restricted/selfDelPersonalAccess (+17 -36)
📝 bin/shell/osh.pl (+2 -2)
📝 doc/sphinx-plugins-override/scp.override.rst (+13 -9)
doc/sphinx-plugins-override/sftp.override.rst (+31 -0)
📝 doc/sphinx/index.rst (+1 -1)
📝 doc/sphinx/plugins/group-aclkeeper/groupAddServer.rst (+4 -0)
📝 doc/sphinx/plugins/group-aclkeeper/groupDelServer.rst (+6 -2)
📝 doc/sphinx/plugins/group-gatekeeper/groupAddGuestAccess.rst (+4 -0)
📝 doc/sphinx/plugins/group-gatekeeper/groupDelGuestAccess.rst (+4 -0)
📝 doc/sphinx/plugins/open/index.rst (+1 -0)
📝 doc/sphinx/plugins/open/scp.rst (+13 -9)

...and 11 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/ovh/the-bastion/pull/369 **Author:** [@speed47](https://github.com/speed47) **Created:** 3/3/2023 **Status:** ✅ Merged **Merged:** 3/16/2023 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `sftp` --- ### 📝 Commits (1) - [`dce6799`](https://github.com/ovh/the-bastion/commit/dce6799940063b2fc19671b1833462d0b7f41269) feat: add sftp support ### 📊 Changes **31 files changed** (+722 additions, -326 deletions) <details> <summary>View changed files</summary> 📝 `bin/plugin/group-aclkeeper/groupAddServer` (+15 -33) 📝 `bin/plugin/group-aclkeeper/groupDelServer` (+16 -34) 📝 `bin/plugin/group-gatekeeper/groupAddGuestAccess` (+22 -14) 📝 `bin/plugin/group-gatekeeper/groupDelGuestAccess` (+20 -13) 📝 `bin/plugin/open/scp` (+28 -15) ➕ `bin/plugin/open/sftp` (+262 -0) 📝 `bin/plugin/restricted/accountAddPersonalAccess` (+17 -38) 📝 `bin/plugin/restricted/accountDelPersonalAccess` (+18 -39) 📝 `bin/plugin/restricted/selfAddPersonalAccess` (+15 -36) 📝 `bin/plugin/restricted/selfDelPersonalAccess` (+17 -36) 📝 `bin/shell/osh.pl` (+2 -2) 📝 `doc/sphinx-plugins-override/scp.override.rst` (+13 -9) ➕ `doc/sphinx-plugins-override/sftp.override.rst` (+31 -0) 📝 `doc/sphinx/index.rst` (+1 -1) 📝 `doc/sphinx/plugins/group-aclkeeper/groupAddServer.rst` (+4 -0) 📝 `doc/sphinx/plugins/group-aclkeeper/groupDelServer.rst` (+6 -2) 📝 `doc/sphinx/plugins/group-gatekeeper/groupAddGuestAccess.rst` (+4 -0) 📝 `doc/sphinx/plugins/group-gatekeeper/groupDelGuestAccess.rst` (+4 -0) 📝 `doc/sphinx/plugins/open/index.rst` (+1 -0) 📝 `doc/sphinx/plugins/open/scp.rst` (+13 -9) _...and 11 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>
BreizhHardware 2026-05-07 00:20:51 +02: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/the-bastion#429
No description provided.