Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I don't want to connect thru rdesktop, I would like to know if there are any other method thru which I can connect to Windows PowerShell.

Will rlogin work, If so how does it work?

Edit

Why not use rdesktop?

I wanted to run some background jobs in Windows without having to
go thru the GUI login everytime<rdesktop>; 

I wanted to write some shell scripts to perform some daily/weekly remote    
maintenance jobs in windows. Also would like to shutdown/log off windows 
machine thru shell scripts.
share|improve this question
This question would be better if you explain why you don't want to use rdesktop. – poolie Aug 30 '11 at 2:28

2 Answers

There's a proprietary tool PowerShell SSH Server that will let you log in over SSH.

You can also try installing the Cygwin SSH server and running PowerShell under that.

share|improve this answer

You can also use WinSSHD from Bitvise and set the Terminal shell for each allowed user as "powershell.exe".

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.