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