spec/support/outputs/ssh_keyscan_repo.txt in mina-1.0.0 vs spec/support/outputs/ssh_keyscan_repo.txt in mina-1.0.2
- old
+ new
@@ -1,3 +1,3 @@
-if ! ssh-keygen -H -F &>/dev/null; then
- ssh-keyscan -t rsa -p 22 -H >> ~/.ssh/known_hosts
+if ! ssh-keygen -H -F github.com &>/dev/null; then
+ ssh-keyscan -t rsa -p 22 -H github.com >> ~/.ssh/known_hosts
fi