KpyM Telnet/SSH Server - Forum
kpym and powershell
thomas kpym and powershell
 
Hello

is there any way to make kypm ssh server using powershell? Right now it is using cmd, I would like it to use powershell.

regards


AlexWhite
 
in config file kts.ini set:
shell_command = "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoExit


Christian
 
There is a problem on the profiles. it doesnt find the modules and ignores the registry settings about powershell. bitvise is working but would prefer this one...


Yair
 
I had this issue with freesshd, This should work, change system32 to sysnative:
shell_command = "C:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe -NoExit
this happens because you are running a 32bit server on a 64bit environment and powershell console doesn't load the right profile.


Yair
 
I missed double quotation in the above shell_command, here's the correct form:

shell_command = "C:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe" -NoExit


 

© 2007 - 2008 Kroum Grigorov
Powered by phpBB © 2001, 2005 phpBB Group