sshnet / sshnet/SSH.NET

add support for validating the host key using openssh known_hosts

Open
#188 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C#
Stars
4.4k
Forks
993
Avg merge
9d 21h
Merged PRs (30d)
1

Description

It would be nice to have support for validating the host key by looking inside a openssh known_hosts file. Maybe even do that by default by reading it from %USERPROFILE%/.ssh/known_hosts.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no file or test; start by locating SSH.NET's host-key validation entry point and reviewing how an OpenSSH known_hosts file should be read from %USERPROFILE%/.ssh/known_hosts. Done means host keys can be validated against that file, with the intended default behavior and failure cases covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
networking, security
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.