Hello
In the german forum a problem arised about "non-interactive" ssh-sessions such as subversion over ssh. While a manual login to the router (in my case) using putty as client and dropbear as server the paths set in /opt/etc/profile are applied and i can execute svnserve or any other command. As soon as the ssh-connection is called from a programm (tortoisesvn using the putty plink.exe) or i call the plink manualy with this comand (in win7):
Code:
plink.exe @svn svnserve //svn is a putty-session with username and key set.
The answer is always:
Code:
sh: svnserve: not found
Has anyone an idea on how to set the paths for autonomious logins?
regards
Benj