mirror of
https://github.com/fire1ce/UDM-Persistent-SSH-Keys.git
synced 2023-10-10 11:36:54 +00:00
repo rename and path fix
This commit is contained in:
parent
0e4364fbea
commit
c4ff660f8d
@ -15,7 +15,7 @@ This can be accomplished with a boot script. Flow this guide: [UDM / UDMPro Boot
|
||||
The script was tested on UDM PRO
|
||||
|
||||
```bash
|
||||
curl https://raw.githubusercontent.com/fire1ce/UDMP-Persistence-SSH-Keys/main/install.sh | sh
|
||||
curl https://raw.githubusercontent.com/fire1ce/UDM-Persistent-SSH-Keys/main/install.sh | sh
|
||||
```
|
||||
|
||||
Add you public RSA keys to:
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
user_authorized_keys_file="/mnt/data/ssh/authorized_keys"
|
||||
|
||||
curl -O https://raw.githubusercontent.com/fire1ce/UDM-Persistent-SSH-Keys/main/install.sh
|
||||
curl -O https://raw.githubusercontent.com/fire1ce/UDM-Persistent-SSH-Keys/main/99-ssh-keys.sh
|
||||
mv 99-ssh-keys.sh /mnt/data/on_boot.d/99-ssh-keys.sh
|
||||
chmod +x /mnt/data/on_boot.d/99-ssh-keys.sh
|
||||
echo "99-ssh-keys.sh installed"
|
||||
|
Loading…
x
Reference in New Issue
Block a user