2011-06-06 133 views
0

据我所知,我可以通过SSH从Linux连接到远程Windows服务器,并使用Powershell。但是我怎样才能连接没有从Linux的SSH?也许存在本地工具?Linux Powershell客户端

回答

0

如果你想远程桌面会话,你可以使用rdesktop包:

Description: RDP client for Windows NT/2000 Terminal Server 
rdesktop is an open source client for Windows NT/2000 Terminal Server, capable 
of natively speaking its Remote Desktop Protocol (RDP) in order to present 
the user's NT/2000 desktop. Unlike Citrix ICA, no server extensions are 
required. 

我不知道任何其他原生Windows协议的精神ssh相似。

我想你可以在你的Windows系统上安装一个VNC守护进程,这样你就可以在你的Linux机器上使用VNC客户端了。或者你可以安装(好吧,不,请不要)一个Windows telnet守护进程,并使用telnet来连接。或者,您可以在Windows服务器上安装Citrix并使用Linux Citrix客户端。 (没办法了我用过去享用。我建议你用ssh或VNC坚持来代替。)

+0

Ок。我安装了FreeSSHd并运行到PS中。 – solar 2011-06-06 12:03:52

0

如果你想获得一个shell,你可以尝试winexe

那很好Fedora上