开发者

Remote into Server

开发者 https://www.devze.com 2023-02-19 04:15 出处:网络
I want to remote into the KornShell (ksh) of a Unix server from a Windows box, I did this using perl and cygwin, is there another way of doing this and then after run several Unix commands from a text

I want to remote into the KornShell (ksh) of a Unix server from a Windows box, I did this using perl and cygwin, is there another way of doing this and then after run several Unix commands from a text file or what not. I want to run commands such as source and logging in with a password.

Any suggestions would be great开发者_运维技巧. Thanks


You will probably need an SSH client. Last time I used Windows as a client, I used putty, but it might not be very scriptable. (I don't know if anything can beat the original OpenSSH for good scriptability, though installing Cygwin just to run it might be a bit extreme.)


I think you can directly do the telnet from windows

0

精彩评论

暂无评论...
验证码 换一张
取 消