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