Tuesday, December 16th 2025, 5:51pm UTC+1
You are not logged in.
Dear visitor, welcome to NAS Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 |
mein-port stream tcp nowait root /mnt/IDE1/public/applications/ssh-server/bin/dropbear dropbear -i -s |

Auch hier die Rechte mal anschauen. rwxrwxrwx - wird alles benötigt.
... Komisch. Doch lesen Sie selbst:
|
|
Source code |
1 2 |
Child connection from x.x.x.x:4097 /root must be owned by user or root, and not writable by others |
|
|
Source code |
1 |
pubkey auth succeeded for 'root' with key sha1 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx from x.x.x.x:4099 |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# #copying authorized keys to home directory # HD_MNT_POINT=$(cat /usr/sausalito/codb/objects/1/Disk.rootdir 2> /dev/null) WORK_DIR=$HD_MNT_POINT/public/applications/do_it if [ -f $WORK_DIR/authorized_keys ]; then mkdir /root/.ssh echo "copy authorized_keys" cp $WORK_DIR/authorized_keys /root/.ssh/authorized_keys #making root owner of /root for SSH authorized_keys chown root /root #restricting acces to root of /root for SSH authorized_keys chmod 0700 /root else echo "$WORK_DIR/authorized_keys not found ... skipping" fi |
This post has been edited 1 times, last edit by "enteiser" (Nov 30th 2008, 5:17pm)
.
... eigentlich.
) daran könnte es auch liegen