Updated on Tue Dec 01 2020
By default, gh repo clone uses HTTPS. To configure gh to clone with SSH, run the following command:
gh repo clone
gh
gh config set git_protocol ssh
Thanks for the tip, @ampinsk!