Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
maybe I am the only one with this problem.
I can run the fun_plug on my DNS-313, but there is no way to get a ssh server running.
1. sftp Server:
Starting the shell I get : "sftp-server: 1: Syntax error: word unexpected (expecting ")")"
2. dropbear
Similar Error msg
3. openvpn:
not working
Has anybody a ssh server or openvpn on a DNS-313 running?
Offline
Hi,
Have you compiled properly? This error message usually means as per my experience that compilation was not done with right version of include files, lib etc.
I could compile and run dropbear for example. (Although I need help how to config it properly as I am not familiar with it.
I can ssh into my dropbear server via putty but get no shell prompt - I guess need to define somehow the environment ssh user will use. But don't know how.)
Regards.
Offline
Hi,
I know that this is a compile problem.
But I do not have the compile environment for the DNS-313.
Do you know, where I can download a compiled version of dropbear (compiled for DNS-313)?
Regards,
Offline
http://www.freedrive.com/file/182066
Please try it.
Offline
radir wrote:
http://www.freedrive.com/file/182066
Please try it.
Working fine, thx Radir
Offline
Hi,
I still get the message:
# sh dropbear
dropbear: 1: Syntax error: word unexpected (expecting ")")
How can I start dropbear?
Regards
Offline
stefan_DNS wrote:
Hi,
I still get the message:
# sh dropbear
dropbear: 1: Syntax error: word unexpected (expecting ")")
How can I start dropbear?
Regards
You first need to generate rsa and dss key files in order to have dropbear working
dropbearkey -t rsa -f <path_to_rsakeyfile>
dropbearkey -t dss -f <path_to_dsskeyfile>
then start dropbear like this:
dropbear -d <path_to_dsskeyfile> -r <path_to_rsakeyfile>
Offline
Thanks, is working !!!
Offline