I have little experience with Windows systems. Coming from a Linux background I was wondering if there is a way that I can ssh to powershell from a Linux shell?
If this is not possible, is there a key exchange like way to connect from powershell to powershell? I prefer it if I do not need to enter a password for every single server every time.
If this all sounds a bit crazy and there are better ways that windows does this, then feel free to share.
So far this is best way for me:
http://www.powershellinside.com/powershell/ssh/download.aspx
You can try it first.
Install SSH server on windows, then run powershell :)
example:
Cygwin - http://www.cygwin.com/
Cygwin SSHD howto - http://www.noah.org/ssh/cygwin-sshd.html