We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79e6bdd + acdf4a2 commit 1053c32Copy full SHA for 1053c32
README.md
@@ -240,6 +240,7 @@ Example for samkirkland.com `ssh-keyscan -p 7822 samkirkland.com`
240
241
**Linux, or OSX (using homebrew)**
242
Install the OpenSSH packages and use `ssh-keyscan <hostname>` and copy the hash output
243
+On macOS you can use `ssh-keyscan <hostname> | pbcopy` to copy the hash output to your clipboard
244
245
Add the `known-hosts` argument with your hosts hash
246
Example: `knownhosts: ssh-rsa AAAAB3Nza...H1Q5Spw==`
0 commit comments