Skip to content

Commit 3dc6b53

Browse files
authored
Create fixSSh.sh
1 parent 6f05b3e commit 3dc6b53

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

fixSSh.sh

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)