mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 14:05:05 +00:00
Add pbcopy tip for macOS users
This copies the key directly to your clipboard on macOS.
This commit is contained in:
parent
79e6bdd312
commit
acdf4a21c3
@ -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 <hostname>` and copy the hash output
|
||||
On macOS you can use `ssh-keyscan <hostname> | pbcopy` to copy the hash output to your clipboard
|
||||
|
||||
Add the `known-hosts` argument with your hosts hash
|
||||
Example: `knownhosts: ssh-rsa AAAAB3Nza...H1Q5Spw==`
|
||||
|
Loading…
x
Reference in New Issue
Block a user