在Connection-〉SSH 里有个 Remote command,在这里面填写上远程服务器上的某个命令,比如:df,登录后就会自动执行。 我们在 Unix 上用 ssh 登录主机时用的命令 ssh,在 ssh 的最后面加上远程主机上的命令,就跟这个一样。 但是……,先别着急,一旦设置上这个选项,你会发现在登录成功后,窗口一下就关闭了,嘿,怎...
您可以在Putty的连接配置中选择“SSH”选项卡,然后在“Remote command”字段中指定要运行的命令。 总结 在本文中,我们介绍了一些使用Putty的技巧,包括使用快捷键、使用会话管理器、使用多个会话、使用公钥身份验证、使用转发端口、使用代理服务器和使用远程命令。这些技巧可以帮助您更加高效地使用Putty,提高您的工作效率。
-m file read remote command(s) from file -s remote command is an SSH subsystem (SSH-2 only) -N don't start a shell/command (SSH-2 only) 自动登录后执行默认的命令: putty [-pw password] [-m file] user@ip_addr 主要在于-m参数,其后面跟着的是当前目录下存在的一个shell脚本,记住了不是...
-m file read remote command(s) from file -s remote command is an SSH subsystem (SSH-2 only) -N don't start a shell/command (SSH-2 only) C:\> 看上去 Plink 的使用方法、参数与PSCP、PSFTP都很类似。 -P port 指定服务器的 SSH 端口,注意这个是大写字母 P,默认是 -P 22,如果主机的 SSH...
11年前 sessiondb.properties extract jre zips and libs 11年前 sessiondb.script init SmartPutty 11年前 README MIT #SmartPutty 简介 A remote command line tool for SSH,SCP,SFTP,PROXY,VNC 暂无标签 Java MIT 发行版 暂无发行版 贡献者(3) 全部...
37、omcat 重新启动的命令,这个命令是要写在 PuTTY 的 Remote command 里面去。现在我们用 Plink 来实现同样的功能:假设连接的主机是 00,SSH 的端口是 3022,用户是 taylor:plink -P 3022 taylor00 export CATALINA_HOME="/apache-tomcat-5.5.17"export JAVA_HOME="/jdk1.5.0_07"export PATH=$JAVA_HOME/bin...
-s remote command is an SSH subsystem (SSH-2 only) -N don't start a shell/command (SSH-2 only) 例如如下bat脚本的内容: comd.txt echo ./backup_tomcat.sh > comd.txt echo exit >> comd.txt putty -ssh -l %user% -pw %pwd% -P %port% %ip% -m comd.txt >> aa.log ...
Port就是服务的端(HTTP常用端口有 ,Socks5常用端口有1080)ExcludeHosts/IPs这里是填写排除的主机地址和IP,有些地址不需要,有些需要认证,用户名填写到Username,则填写到下面的Password在Connection-〉SSH里有个Remotecommand,在这里面填写上服务器上我们在Unix上用ssh登录主机时用令ssh,在ssh的最后面加上主机上令,就...
putty.exe [-ssh | -telnet | -rlogin | -raw] [user@]host D:\工具\putty-0.60>.\putty.exe -ssh 192.168.142.2 .\putty.exe -load vm1 想删除PuTTY的配置,就在控制台里输入如下的命令:putty.exe -cleanup pscp pscp c:\documents\*.doc fred@example.com:docfiles ...
我需要使用SSH隧道连接到远程MS SQL Server。我已经在远程服务器上安装了freeSSHd,设置了路由器,允许TCP通过22个端口连接。我可以使用putty连接到远程服务器。当我在putty - L1433 RemoteServerIP中设置隧道时: 1433 因此,我执行Microsoft SQL Management Studio,并尝试连接到localhost(127.0.0.1)。而不是连接到远程计...