Actions
Issue #1805
closedShip a functional sshd_config
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Website and wiki content
Target version:
Resolution:
Device:
Grant:
Type of work:
Description
After generating the SSH keys with:
$ adb shell "/system/bin/ssh-keygen -A"
Using the stock sshd_config with:
$ adb pull /etc/ssh/sshd_config $ adb push sshd_config /data/ssh/sshd_config
results in:
$ adb shell "/system/bin/sshd" Could not load host key: /data/ssh/ssh_host_dsa_key
Commenting the following line in that configuration (and re-launching sshd):
HostKey /data/ssh/ssh_host_dsa_key
results in sshd starting fine.
Updated by Denis 'GNUtoo' Carikli over 7 years ago
- Category set to 171
- Target version set to Replicant 6.0
Also update the tutorial (https://redmine.replicant.us/projects/replicant/wiki/SSH) when the issue is fixed.
Updated by Wolfgang Wiedmeyer over 7 years ago
- Assignee set to Wolfgang Wiedmeyer
Despite this error, ssh works fine. So the config is functional. I don't know why this error happens though. SSH runs as root and the key is there at /data/ssh/ssh_host_dsa_key
.
Updated by Denis 'GNUtoo' Carikli over 6 years ago
- Category changed from 171 to Website and wiki content
Updated by Denis 'GNUtoo' Carikli almost 6 years ago
- Target version changed from Replicant 6.0 to Replicant 6.0 0004
Updated by Denis 'GNUtoo' Carikli over 5 years ago
- Status changed from New to Rejected
It now works on Replicant 6.0 0003
Actions