Hi I have a domain server at home to which I would like to install OpenSSH but haben't been successful. Anybody done something similar even though is using something else other than OpenSSH??? Help
If you read the documentation.. all u need to do is to run the mkpasswd (don't recall the entire syntax since ) command and it will add any user account domain/local
Ex)
For a domain account: mkpasswd -d -u login domain >> ..\etc\passwd
where login is the login name of the execute-as user and domain is the user domain.
For a local account: mkpasswd -l -u login >> ..\etc\passwd
where login is the login name of the execute-as user.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.