An open index of dependabot pull requests across open source projects.

github.com/kevinburke/ssh_config

Ecosystem:
go
Package URL:
pkg:golang/github.com/kevinburke/ssh_config
Total PRs:
144 Dependabot PRs
Latest PR:
1 day ago
Unique Repositories:
38 repositories
Unique Repos (30 days):
18 repositories
Recent PRs
Package Details
Name: github.com/kevinburke/ssh_config
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/kevinburke/ssh_config
JSON API: View JSON
Package Information
Description:

Package ssh_config provides tools for manipulating SSH config files. Importantly, this parser attempts to preserve comments in a given file, so you can manipulate a `ssh_config` file from a program, if your heart desires. The Get() and GetStrict() functions will attempt to read values from $HOME/.ssh/config, falling back to /etc/ssh/ssh_config. The first argument is the host name to match on ("example.com"), and the second argument is the key you want to retrieve ("Port"). The keywords are case insensitive. You can also manipulate an SSH config file and then print it or write it back to disk. BUG: the Match directive is currently unsupported; parsing a config with a Match directive will trigger an error.

Repository: https://github.com/kevinburke/ssh_config
Homepage: https://github.com/kevinburke/ssh_config
Latest Release: v1.4.0
about 1 month ago
Dependent Repos: 19,749
Dependent Packages: 9,956
Ranking: Top 0.0472% by dependent repos Top 0.0185% by dependent pkgs
PR Status
Open 94 (65.7%)
Merged 10 (7.0%)
Closed 39 (27.3%)
PR Types
Minor 143 (100.0%)