Skip to content

Conversation

@pohi99999
Copy link

Added id_ed25519 private and public key files to the repository.<!--
Thank you for contributing to GitHub MCP Server!
Please reference an existing issue: Closes #NUMBER

Screenshots or videos of changed behavior is incredibly helpful and always appreciated.
Consider addressing the following:
- Tradeoffs: List tradeoffs you made to take on or pay down tech debt.
- Alternatives: Describe alternative approaches you considered and why you discarded them.

-->

Closes:

Added id_ed25519 private and public key files to the repository.
* 'main' of https://github.com/github/github-mcp-server:
  Add Gemini CLI extension (github#1232)
  Adding default toolset as configuration (github#1229)
@pohi99999 pohi99999 requested a review from a team as a code owner October 19, 2025 18:40
@Copilot Copilot AI review requested due to automatic review settings October 19, 2025 18:40
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds SSH key pair files to the repository, including both the private key (id_ed25519) and public key (id_ed25519.pub) files for Ed25519 encryption.

  • Adds private SSH key file with encrypted content
  • Adds corresponding public SSH key file
  • No code changes, only credential file additions

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
id_ed25519 Private SSH key file with encrypted Ed25519 key
id_ed25519.pub Public SSH key file with Ed25519 public key

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +1 to +8
-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXktdjEAAAAACmFlczI1Ni1jdHIAAAAGYmNyeXB0AAAAGAAAABCTucl78U
A037XN7Qh8hKOeAAAAGAAAAAEAAAAzAAAAC3NzaC1lZDI1NTE5AAAAINofVhpRODn5B6py
kVpfECD+URBUAcBuho4ASufYmzS5AAAAoF3lidz2OMXrKTTTUPjdtaYBk/9Fy8HEchvMMV
s7vb4ddEfQyoFpXKthirdvmAbQsu5ZcqjiyS//+xghO84Pnk2NId5PZul5h0QFpuS4rNw2
E/9KHN9ZNKzt720P7dqUUjg61fW9hF3qx4OxohayaztdEZWvAQUjkKOOtcgEoj/JYMp8eP
ISvq62lRwnOfJZ+KZZu5DKg+h/nncoLkZUn+E=
-----END OPENSSH PRIVATE KEY-----
Copy link

Copilot AI Oct 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Private SSH keys should never be committed to version control as they contain sensitive authentication credentials. This exposes the private key to anyone with repository access and creates a serious security vulnerability. Remove this file and add it to .gitignore instead.

Copilot uses AI. Check for mistakes.
@pohi99999
Copy link
Author

Lekéréses kérések áttekintése

Ez a PR SSH kulcspárfájlokat ad hozzá a tárházhoz, beleértve mind a privát kulcs ( id_ed25519), mind a nyilvános kulcs ( id_ed25519.pub) fájljait az Ed25519 titkosításhoz.

  • Titkosított tartalmú privát SSH kulcsfájl hozzáadása
  • Hozzáadja a megfelelő nyilvános SSH kulcsfájlt
  • Nincsenek kódmódosítások, csak a hitelesítő adatok fájljainak hozzáadása

Áttekintett változtatások

A Copilot a pull requestben szereplő 2 módosított fájlból 2-t áttekintett, és 1 megjegyzést generált.

Fájl Leírás
id_ed25519 Privát SSH kulcsfájl titkosított Ed25519 kulccsal
id_ed25519.pub Publikus SSH kulcsfájl Ed25519 nyilvános kulccsal
Tipp: Szabja testre kódáttekintéseit a copilot-instructions.md segítségével. Hozza létre a fájlt, vagy ismerje meg a kezdési lépéseket .

@pohi99999 pohi99999 closed this Oct 19, 2025
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.

1 participant