notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
keyward Terminal UI for managing SSH keys and config
1.0.1 securitynew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
Port Added: 2026-07-27 22:20:57
Last Update: 2026-07-25 11:20:59
Commit Hash: c43a4d0
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/keyward
  2. /usr/local/share/licenses/keyward-1.0.1/catalog.mk
  3. /usr/local/share/licenses/keyward-1.0.1/LICENSE
  4. /usr/local/share/licenses/keyward-1.0.1/MIT
Collapse this list.
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 = 1784672717 SHA256 (go/security_keyward/keyward-v1.0.1/v1.0.1.mod) = 4337190dd0b11151908bb2f0eab89400f582fa642f35a7681e23bd5fe952b1fd SIZE (go/security_keyward/keyward-v1.0.1/v1.0.1.mod) = 1449

Expand this list (2 items)

Collapse this list.

SHA256 (go/security_keyward/keyward-v1.0.1/v1.0.1.zip) = 475dbf2b2645c2fa34ccdf8ff70f7d1e1129c9f330978a284ae22498096e9f24 SIZE (go/security_keyward/keyward-v1.0.1/v1.0.1.zip) = 4712635

Collapse this list.


Packages (timestamps in pop-ups are UTC):
keyward
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-1.0.1--1.0.1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest1.0.11.0.1n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest1.0.11.0.1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go126 : lang/go126
Fetch dependencies:
  1. go126 : lang/go126
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_keyward
USES:
go:1.26+,modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/gateway-of-last-resort/keyward/@v/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.1
25 Jul 2026 11:20:59
commit hash: c43a4d0dbef6597df95d60dc489b3e9506cc2cf3commit hash: c43a4d0dbef6597df95d60dc489b3e9506cc2cf3commit hash: c43a4d0dbef6597df95d60dc489b3e9506cc2cf3commit hash: c43a4d0dbef6597df95d60dc489b3e9506cc2cf3 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
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
commit hash: e12562debcd4e4a5733ef7fd0221de11add252d9commit hash: e12562debcd4e4a5733ef7fd0221de11add252d9commit hash: e12562debcd4e4a5733ef7fd0221de11add252d9commit hash: e12562debcd4e4a5733ef7fd0221de11add252d9 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
security/keyward: New port: Terminal UI for managing SSH keys and config

Number of commits found: 2