From fdc6f7f10b012998d4d53d9a59741cd67c032c40 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 23 Sep 2025 11:10:05 -0500 Subject: [PATCH] Correct macOS name The last version of OSX went end of life almost 7 years ago. This updates references in the README to the current Apple macOS. Signed-off-by: Sean McGinnis --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 10c3e17a..5bbed22e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ For updates and announcements join the [OpenPubkey mailing list.](https://groups To ssh with opkssh, Alice first needs to install opkssh using homebrew or manually downloading the binary. -### Homebrew Install (OSX) +### Homebrew Install (macOS) To install with homebrew run: @@ -52,7 +52,7 @@ To install with [Chocolatey](https://chocolatey.org/install) run: choco install opkssh -y ``` -### Manual Install (Windows, Linux, OSX) +### Manual Install (Windows, Linux, macOS) To install manually, download the opkssh binary and run it: @@ -60,8 +60,8 @@ To install manually, download the opkssh binary and run it: |-----------|--------------| |🐧 Linux (x86_64) | [github.com/openpubkey/opkssh/releases/latest/download/opkssh-linux-amd64](https://github.com/openpubkey/opkssh/releases/latest/download/opkssh-linux-amd64) | |🐧 Linux (ARM64/aarch64) | [github.com/openpubkey/opkssh/releases/latest/download/opkssh-linux-arm64](https://github.com/openpubkey/opkssh/releases/latest/download/opkssh-linux-arm64) | -|🍎 OSX (x86_64) | [github.com/openpubkey/opkssh/releases/latest/download/opkssh-osx-amd64](https://github.com/openpubkey/opkssh/releases/latest/download/opkssh-osx-amd64) | -|🍎 OSX (ARM64/aarch64) | [github.com/openpubkey/opkssh/releases/latest/download/opkssh-osx-arm64](https://github.com/openpubkey/opkssh/releases/latest/download/opkssh-osx-arm64) | +|🍎 macOS (x86_64) | [github.com/openpubkey/opkssh/releases/latest/download/opkssh-osx-amd64](https://github.com/openpubkey/opkssh/releases/latest/download/opkssh-osx-amd64) | +|🍎 macOS (ARM64/aarch64) | [github.com/openpubkey/opkssh/releases/latest/download/opkssh-osx-arm64](https://github.com/openpubkey/opkssh/releases/latest/download/opkssh-osx-arm64) | | ⊞ Win | [github.com/openpubkey/opkssh/releases/latest/download/opkssh-windows-amd64.exe](https://github.com/openpubkey/opkssh/releases/latest/download/opkssh-windows-amd64.exe) | To install on Windows run: @@ -70,7 +70,7 @@ To install on Windows run: curl https://github.com/openpubkey/opkssh/releases/latest/download/opkssh-windows-amd64.exe -o opkssh.exe ``` -To install on OSX run: +To install on macOS run: ```bash curl -L https://github.com/openpubkey/opkssh/releases/latest/download/opkssh-osx-amd64 -o opkssh; chmod +x opkssh @@ -177,11 +177,11 @@ Second, we use the `AuthorizedKeysCommand` configuration option in `sshd_config` ### Client support -| OS | Supported | Tested | Version Tested | -| --------- | -------- | ------- | --------------------- | -| Linux | ✅ | ✅ | Ubuntu 24.04.1 LTS | -| OSX | ✅ | ✅ | OSX 15.3.2 (Sequoia) | -| Windows11 | ✅ | ✅ | Windows 11 | +| OS | Supported | Tested | Version Tested | +| --------- | -------- | ------- | ----------------------- | +| Linux | ✅ | ✅ | Ubuntu 24.04.1 LTS | +| macOS | ✅ | ✅ | macOS 15.3.2 (Sequoia) | +| Windows11 | ✅ | ✅ | Windows 11 | ### Server support @@ -191,7 +191,7 @@ Second, we use the `AuthorizedKeysCommand` configuration option in `sshd_config` | Linux | ✅ | ✅ | Centos 9 | - | | Linux | ✅ | ✅ | Arch Linux | - | | Linux | ✅ | ✅ | openSUSE Tumbleweed | - | -| OSX | ❌ | ❌ | - | Likely | +| macOS | ❌ | ❌ | - | Likely | | Windows11 | ❌ | ❌ | - | Likely | ## Server Configuration