Registry / auth / davidmz-go-pageant

davidmz-go-pageant

JSON →
library1.0.2gogounverified

Package pageant provides an interface to PuTTY's Pageant SSH agent on Windows.

go get github.com/davidmz/go-pageant
INSTALL
IMPORT
SIG · DAVIDMZ-GO-PAGEANT
D
davidmz-go-pageant
authgov1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pageant
github.com/davidmz/go-pageant

Checks if PuTTY's Pageant SSH agent is available on Windows.

package main import ( "fmt" "github.com/davidmz/go-pageant" ) func main() { if pageant.Available() { fmt.Println("Pageant is running") } else { fmt.Println("Pageant is not available") } }
Debug
Known issues
gotchaThis package is Windows-only and will not compile on other platforms.
fix
Use build tags or conditional compilation to restrict usage to Windows.
affects: *
Upgrade
Version history
1.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
davidmz-go-pageant — go get davidmz-go-pageant · libregistry