Update documentation with SSH requirements and Ubuntu 22 support#15
Merged
Update documentation with SSH requirements and Ubuntu 22 support#15
Conversation
- Add SSH server requirements and SSH key authentication to SECURITY.md - Specify Ubuntu 22 as currently supported OS in README.md - Include SSH access method requirements in platform support section Co-Authored-By: Alec Fong <alecsanf@usc.edu>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
- Add SSH server requirements to Lambda Labs SECURITY.md - Add SSH server requirements to Nebius SECURITY.md - Add SSH server requirements to FluidStack SECURITY.md - Ensure consistency with main docs/SECURITY.md SSH requirements Co-Authored-By: Alec Fong <alecsanf@usc.edu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update documentation with SSH requirements and Ubuntu 22 support
Summary
This PR adds explicit documentation for two key requirements that were previously implicit in the Brev Cloud SDK:
The changes include updates to the main security documentation and all three provider-specific security files (Lambda Labs, Nebius, FluidStack) to ensure consistency across the SDK documentation.
Review & Testing Checklist for Human
Recommended Test Plan: Create test instances with each provider to verify SSH server is running, SSH key injection works during provisioning, and access works within documented security models.
Diagram
%%{ init : { "theme" : "default" }}%% graph TD MainSec["docs/SECURITY.md<br/>Main Security Requirements"]:::major-edit ReadMe["README.md<br/>Project Overview"]:::major-edit LambdaSec["internal/lambdalabs/SECURITY.md<br/>Lambda Labs Provider"]:::major-edit NebiusSec["internal/nebius/SECURITY.md<br/>Nebius Provider"]:::major-edit FluidSec["internal/fluidstack/v1/SECURITY.md<br/>FluidStack Provider"]:::major-edit MainSec --> LambdaSec MainSec --> NebiusSec MainSec --> FluidSec ReadMe -.-> MainSec subgraph Legend L1[Major Edit]:::major-edit L2[Minor Edit]:::minor-edit L3[Context/No Edit]:::context end classDef major-edit fill:#90EE90 classDef minor-edit fill:#87CEEB classDef context fill:#FFFFFFNotes
Session Info: https://app.devin.ai/sessions/5c677003f37d40f3b4a28597f8c3687a
Requested by: Alec Fong (@theFong)