| Port details |
- keyward Terminal UI for managing SSH keys and config
- 1.0.3_2 security
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: olgeni@FreeBSD.org
 - Port Added: 2026-07-27 22:20:57
- Last Update: 2026-09-03 04:50:55
- Commit Hash: dd09051
- License: MIT
- WWW:
- https://github.com/gateway-of-last-resort/keyward
- Description:
- Keyward is a keyboard-driven terminal UI that centralizes SSH key
management, config editing, and security auditing in a single interface.
It discovers and displays all SSH keys with their types, sizes, and
fingerprints, and produces an A-F graded security audit that flags weak
keys, missing passphrases, and risky configuration settings. Hosts in
~/.ssh/config can be edited with validation and automatic backups, and
metadata and full backup archives are encrypted with age.
Keyward is a single static binary with no daemon and works offline.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- keyward>0:security/keyward
- To install the port:
- cd /usr/ports/security/keyward/ && make install clean
- To add the package, run one of these commands:
- pkg install security/keyward
- pkg install keyward
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: keyward
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1787496563
SHA256 (go/security_keyward/keyward-v1.0.3/v1.0.3.mod) = ea15aebc122a74d2f27c15e15bb56498619cd6221fd687506c49c9576c29dd3a
SIZE (go/security_keyward/keyward-v1.0.3/v1.0.3.mod) = 1449
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go126 : lang/go126
- Fetch dependencies:
-
- go126 : lang/go126
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_keyward
- USES:
- go:modules zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.0.3_2 03 Sep 2026 04:50:55
    |
Adam Weinberger (adamw)  |
many: Bump go ports for 1.26.8 and 1.27.1 |
1.0.3_1 28 Aug 2026 22:31:13
    |
Jimmy Olgeni (olgeni)  |
security/keyward: Set the version at build time |
1.0.3 28 Aug 2026 22:31:11
    |
Jimmy Olgeni (olgeni)  |
security/keyward: Remove unnecessary Go version pin |
1.0.3 23 Aug 2026 20:46:22
    |
Jimmy Olgeni (olgeni)  |
security/keyward: Update to 1.0.3 |
1.0.1_2 19 Aug 2026 17:39:04
    |
Dag-Erling Smørgrav (des)  |
various: Bump go ports for go-1.25.14 / 1.26.7 |
1.0.1_1 14 Aug 2026 00:38:09
    |
Dag-Erling Smørgrav (des)  |
various: Bump go ports for go-1.25.13 / 1.26.6 |
1.0.1 25 Jul 2026 11:20:59
    |
Jimmy Olgeni (olgeni)  |
security/keyward: Build with Go 1.26
The port's go.mod requires go 1.26.4, but USES=go:modules selects
GO_DEFAULT (1.25). The build still succeeded, because during the fetch
phase GOPROXY is live and go125 satisfies the directive by downloading
an entire go1.26.4 toolchain into the module cache; the build phase then
finds it there and switches to it despite GOPROXY=off.
So the port declared a build dependency on lang/go125 while actually
compiling with an undeclared, unchecksummed toolchain pulled from
proxy.golang.org. Depend on lang/go126 instead. |
1.0.1 25 Jul 2026 10:34:40
    |
Jimmy Olgeni (olgeni)  |
security/keyward: New port: Terminal UI for managing SSH keys and config |