Open GoogleCodeExporter opened 9 years ago
An old httpd should be enhanced to accept several keys. As usual, patches are
welcome.
Original comment by lly.dev
on 16 Feb 2013 at 10:52
Use System Setup - System Command page
Backup /usr/local/root/.ssh/authorized_keys
cp /usr/local/root/.ssh/authorized_keys
/usr/local/root/.ssh/authorized_keys.save
Add keys "incremently"
echo -n ssh-rsa AAAAAAABBBBBBBBCCCCCC>>/usr/local/root/.ssh/authorized_keys
...
echo -n DDDDDDDDEEEEEEEEEFFFFFFF >>/usr/local/root/.ssh/authorized_keys
echo user@host>>/usr/local/root/.ssh/authorized_keys
Check result
cat /usr/local/root/.ssh/authorized_keys
Restore previouse version if result is not as expected
cp /usr/local/root/.ssh/authorized_keys.save
/usr/local/root/.ssh/authorized_keys
... or use ssh with new keys and first of all
flashfs save
flashfs commit
to save your changes (or make some changes in web and save all)
Original comment by grey....@gmail.com
on 18 Jan 2014 at 8:27
Original issue reported on code.google.com by
burning....@gmail.com
on 11 Feb 2013 at 4:36Attachments: