Files
oscarpilot/shell/configure_ssh.sh
Your Name 794b1d8bdd wip
2024-02-13 03:51:28 -06:00

6 lines
181 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