Files
oscarpilot/shell/configure_ssh.sh
Your Name 9eee0333ec wip
2024-02-13 14:42:24 -06:00

6 lines
183 B
Bash

cat /data/openpilot/shell/authorized_keys >/data/params/d/GithubSshKeys
chown comma:comma /data/params/d/GithubSshKeys
chmod 600 /data/params/d/GithubSshKeys
# systemctl restart ssh