mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
6 lines
95 B
Bash
6 lines
95 B
Bash
#!/bin/bash -e
|
|
|
|
echo "$AUTHORIZED_KEYS" > /root/.ssh/authorized_keys
|
|
/usr/sbin/sshd
|
|
|
|
exec "$@"
|