From acdf4a21c314f0eefb34c1551fc38d6fe1ce67d2 Mon Sep 17 00:00:00 2001 From: tflight <4959691+tflight@users.noreply.github.com> Date: Fri, 17 Jul 2020 11:14:16 -0400 Subject: [PATCH] Add pbcopy tip for macOS users This copies the key directly to your clipboard on macOS. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10a210e..1c70fde 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ Example for samkirkland.com `ssh-keyscan -p 7822 samkirkland.com` **Linux, or OSX (using homebrew)** Install the OpenSSH packages and use `ssh-keyscan ` and copy the hash output +On macOS you can use `ssh-keyscan | pbcopy` to copy the hash output to your clipboard Add the `known-hosts` argument with your hosts hash Example: `knownhosts: ssh-rsa AAAAB3Nza...H1Q5Spw==`