{"id":17192224,"url":"https://github.com/darinkes/sshnet.puttykeyfile","last_synced_at":"2025-04-13T20:10:39.484Z","repository":{"id":150748949,"uuid":"347195959","full_name":"darinkes/SshNet.PuttyKeyFile","owner":"darinkes","description":"SSH.NET Extension to read and use Authentication Keys in PuTTY-Format","archived":false,"fork":false,"pushed_at":"2024-12-02T14:17:52.000Z","size":56,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T02:46:41.791Z","etag":null,"topics":["csharp","dotnet","putty","ssh","sshnet"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darinkes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-03-12T20:58:16.000Z","updated_at":"2024-12-03T20:26:52.000Z","dependencies_parsed_at":"2024-03-16T07:46:12.268Z","dependency_job_id":null,"html_url":"https://github.com/darinkes/SshNet.PuttyKeyFile","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darinkes%2FSshNet.PuttyKeyFile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darinkes%2FSshNet.PuttyKeyFile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darinkes%2FSshNet.PuttyKeyFile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darinkes%2FSshNet.PuttyKeyFile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darinkes","download_url":"https://codeload.github.com/darinkes/SshNet.PuttyKeyFile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248657858,"owners_count":21140843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","putty","ssh","sshnet"],"created_at":"2024-10-15T01:28:39.240Z","updated_at":"2025-04-13T20:10:39.465Z","avatar_url":"https://github.com/darinkes.png","language":"C#","readme":"SshNet.PuttyKeyFile\n=============\n[SSH.NET](https://github.com/sshnet/SSH.NET) Extension to read and use Authentication Keys in PuTTY-Format\n\n[![License](https://img.shields.io/github/license/darinkes/SshNet.PuttyKeyFile)](https://github.com/darinkes/SshNet.PuttyKeyFile/blob/main/LICENSE)\n[![NuGet](https://img.shields.io/nuget/v/SshNet.PuttyKeyFile.svg?style=flat)](https://www.nuget.org/packages/SshNet.PuttyKeyFile)\n![Nuget](https://img.shields.io/nuget/dt/SshNet.PuttyKeyFile)\n\n![.NET-Ubuntu](https://github.com/darinkes/SshNet.PuttyKeyFile/workflows/.NET-Ubuntu/badge.svg)\n![.NET-Windows](https://github.com/darinkes/SshNet.PuttyKeyFile/workflows/.NET-Windows/badge.svg)\n![NuGet](https://github.com/darinkes/SshNet.PuttyKeyFile/workflows/NuGet/badge.svg)\n\n## .NET Frameworks\n\n* .NET 4.8\n* netstandard 2.0\n\n## Keys\n* ssh-ed25519\n* ecdsa-sha2-nistp256\n* ecdsa-sha2-nistp384\n* ecdsa-sha2-nistp521\n* ssh-rsa with 2048, 3072, 4096 or 8192 KeyLength\n\n## Key Encryption\n* None\n* AES256-cbc\n\n## Usage Example\n\n```cs\nvar key = new PuttyKeyFile(\"my-key.ppk\");\n\nusing var client = new SshClient(\"ssh.foo.com\", \"root\", key);\nclient.Connect();\nConsole.WriteLine(client.RunCommand(\"hostname\").Result);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarinkes%2Fsshnet.puttykeyfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarinkes%2Fsshnet.puttykeyfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarinkes%2Fsshnet.puttykeyfile/lists"}