mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 14:05:05 +00:00
Merge pull request #93 from tflight/patch-2
Add pbcopy tip for macOS users
This commit is contained in:
commit
1053c3278e
@ -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