Answers for "add known host github"

1

add known host github

#Mac:
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts

#Windows:
ssh-keyscan -t rsa github.com >> %userprofile%/.ssh/known_hosts
Posted by: Guest on June-08-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language