Hi, I trying to get sshd and sftp-server of the openssh package running. First I failed with the "openssh" init script. I tries to start sshd with -p "$PIDFILE", but sshd's -p option the port number can be changed. Then sshd complained about the host keys. I tried to create some with "ssh-keygen -t dsa -f ssh_host_dsa_key" and "ssh-keygen -t rsa -f ssh_host_rsa_key". But they are not accepted by sshd. It still complains that it could not load host keys. Does anyone have some tips for getting sshd inside a ptxdist BSP running ? Do I have to set special permissions for the key files ? Thanks for the help ! Best regards, Matthias