你能帮助我知道如何通过putty (ssh会话)在远程Alcatel交换机上运行脚本吗?
要运行命令列表,我执行以下操作:
C:\Desktop>putty.exe -ssh Username@host -pw password -m command.txt但我不知道如何为脚本做这件事。
发布于 2016-10-24 18:51:02
运行任何脚本的最好方法是使用windows下的"logmeTT“程序。如果您是linux用户,请尝试使用"expect“创建您自己脚本。另外一种实现相同任务的方法是使用secure /send或vbs脚本。
https://stackoverflow.com/questions/36175060
复制相似问题