Skip to content

Add SSH key documentation to Resources section#1

Draft
Blakew316 with Copilot wants to merge 2 commits into
mainfrom
copilot/find-public-ssh-key
Draft

Add SSH key documentation to Resources section#1
Blakew316 with Copilot wants to merge 2 commits into
mainfrom
copilot/find-public-ssh-key

Conversation

Copilot AI commented Nov 1, 2025

Copy link
Copy Markdown

Users need guidance on locating SSH public keys for server authentication and system access.

Changes

  • New Resources/FAQ section with comprehensive SSH key documentation

    • Platform-specific instructions (macOS, Linux, Windows)
    • Key generation commands for users without existing keys
    • Security best practices (permissions, passphrases, private key handling)
    • Basic SSH connection examples
  • Navigation updates added "Resources" link to main nav and footer

  • Styling matches existing design system with gradient cards, hover effects, and responsive layout

Example Content

# Find existing public key
cat ~/.ssh/id_rsa.pub

# Generate new key
ssh-keygen -t ed25519 -C "your_email@example.com"

# Connect to server
ssh username@server-address

Screenshot

Resources Section

The section includes three FAQ items covering key location, security practices, and server connections.

Original prompt

where can i find my public ssh key


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Blakew316 <235403628+Blakew316@users.noreply.github.com>
Copilot AI changed the title [WIP] Add instructions to find public SSH key Add SSH key documentation to Resources section Nov 1, 2025
Copilot AI requested a review from Blakew316 November 1, 2025 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants