add ssh config to get rid of KnownHosts errors

This commit is contained in:
Vlad Doster 2020-04-10 18:33:10 -05:00 committed by GitHub
parent 7f49243ab0
commit 31e7db4de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.ssh/config Normal file
View File

@ -0,0 +1,2 @@
Host *
StrictHostKeyChecking no