We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45defbf commit 975d7dcCopy full SHA for 975d7dc
installer/stock_raspbian/scripts/clean_device.sh
@@ -4,6 +4,8 @@
4
echo "Removing any generated SSL keys and certs."
5
rm /etc/ssh/ssh_host_dsa_key
6
rm /etc/ssh/ssh_host_dsa_key.pub
7
+rm /etc/ssh/ssh_host_ecdsa_key
8
+rm /etc/ssh/ssh_host_ecdsa_key.pub
9
rm /etc/ssh/ssh_host_rsa_key
10
rm /etc/ssh/ssh_host_rsa_key.pub
11
rm /home/coder/coder-dist/coder-base/certs/server.*
@@ -16,6 +18,7 @@ rm -rf /home/coder/coder-dist/coder-base/tmp/*
16
18
echo ""
17
19
20
echo "Clearing out user history files."
21
+rm /home/pi/coder_bootstrap_install.sh
22
rm /root/.bash_history
23
rm /root/.viminfo
24
rm /home/pi/.bash_history
0 commit comments