I am currently setting up cataclysm ssh server on my windows machine, however i have run across a few problems.
I am using freeSSHD to host the ssh server I have port 22 forwarded in my router, and I can connect with putty.
However, after putting in the username specified in the server settings, and entering the password afterwards, it did not accept my password, I have tried all the authentication settings on the accounts but no matter what I put in it does not like the password.
For example, in the settings I would set:
Login:Cat
Authorization:Password stored as SHA1 hash.
Password:123
Upon connecting to the server via ssh through putty and entering the details above, it states that my password is invalid.
That is the first major issue.
The second problem is getting cataclysm to run within cmd.exe, There is settings to run an alternative shell within freeSSHd(Command Shell path), but I do not know of any and I do not have any others installed.
So to test if it would open within cmd.exe, I navigated to my cataclysm folder via cd commands, and ran cataclysm, It promptly popped up on the screen as a new window.
I am not sure how that would really work if someone was to connect via ssh, Do I just set the “Command Shell” path to cataclysm.exe?
If someone could violently shove me in the right direction I would be very grateful.