Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我使用快捷方式从默认端口上的用户/密码加载会话,如下所示:
.\putty.exe 根@212.83。. -pw 密码
我已将服务器上的 SSH 端口从 22 更改为其他端口。我怎样才能使该快捷方式也加载到端口上?例如:-port 09?
另外,在批处理文件中,我可以让它像上面那样加载一个腻子会话并发送一个命令吗?
谢谢!
在保存的会话中创建一个腻子配置文件,然后从命令行调用它,例如:
putty.exe -load my_putty_profile
可以将 ssh 远程命令放在配置文件中(在 Connection | SSH 下)。
在配置文件中指定端口,或者使用-P port命令行参数。
-P port