8. Configure SSH connection to Mac home server
Open home server SSH
Create key files
cd ~/.ssh
ssh-keygen -t rsa -b 4096 -f ~/.ssh/mac_mini_keyConfigure using key in home server
Key registration in SSH client
Test the SSH connection
Configure github secret

Check the workflow file snippet
Last updated