I just installed the openssh from
www.altsan.org/os2/utils as well as Security/2. While the documentation does
show the parameters available for "user", it doesn't really explain how to use it explicitly. Like, how to change the directory for a particular user.
I managed to create a new user as well as changed the password.
However, I'm having trouble with changing the shell and directory using the following commands:
user -u -s sh.exe cc
user -u -d c:\home\users\cc cc
Both give me the error:
user: failed 5
I've no clue what this means aside for the fact that it failed.
I installed this ssh server so I can ssh into this OS/2 box. Right now, I can ssh into the box; but instead
of the public/private key usage, it uses password which isn't ideal.
Any clarifications appreciated.
Edmund