mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Clearing out public ssh keys"
|
|
|
|
rm -f /root/.ssh/authorized_keys
|
|
rm -f /home/ubuntu/.ssh/authorized_keys
|