We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f05b3e commit 3dc6b53Copy full SHA for 3dc6b53
fixSSh.sh
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+
3
+# Return on error
4
+set -e
5
6
+# Overwrite global SSH configuration
7
+echo "Host *
8
+ StrictHostKeyChecking no
9
+ UserKnownHostsFile=/dev/null
10
+" > /etc/ssh/ssh_config
0 commit comments