View Single Post
Old 10-22-2006, 09:01 AM   #75
arivero
Guru
arivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it is
 
arivero's Avatar
 
Posts: 607
Karma: 2157
Join Date: Oct 2005
Device: NCR3125, Nokia 770,...
journaling fs?

I am afraid this could be a kind of bug:

Code:
cp /opt/content/books/id_rsa.pub  /home/root/.ssh/authorized_keys
Meaning, that if the filesystem does not remove the previous file, we are wasting 4Kbytes of storage space each time we activate the dropbear. If it is so, one should remove that line after gaining access, or at least to use a conditional if [ ! -e ... ];then instead. I'd suggest the former.
arivero is offline   Reply With Quote