diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-14 10:49:02 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-14 10:49:02 -0500 |
| commit | 66be8af45300c8fd430879f3775c3001f157d65b (patch) | |
| tree | a9f9b124618ec94031ee2f200783f7af9c5b3ef8 /static/install/cli.html | |
| parent | 4f3bee20cda71458d60985b3713028a7d6460b9e (diff) | |
macOS and Windows include OpenSSH
Diffstat (limited to 'static/install/cli.html')
| -rw-r--r-- | static/install/cli.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index dfd44ee1..0816df6e 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -373,11 +373,10 @@ Installed as /home/username/platform-tools/fastboot</pre> <section id="obtaining-openssh"> <h2><a href="#obtaining-openssh">Obtaining openssh</a></h2> - <p>On the supported Linux distributions, OpenSSH is used to verify the download of - the OS beyond the security offered by HTTPS. You should skip this on macOS and - Windows. It only makes sense to do this if you can obtain OpenSSH from the - distribution package repositories. GrapheneOS releases are hosted on our servers and - we do not have third party mirrors.</p> + <p>OpenSSH is used to verify the download of the OS beyond the security offered by + HTTPS.</p> + + <p>macOS and Windows include OpenSSH in their base install so this isn't needed.</p> <p>On Arch Linux:</p> |
