我正在尝试创建一个vbscript来连接到使用putty的FTP服务器。我遇到的问题是密码有一个;和“in it. I have to The password in”,并且还使用\来转义字符
例如:
-pw 3this;IsMyPwd“是我想要使用的
已尝试“3this;IsMyPwd”-> putty无法连接到远程服务器
-pw 3此;IsMyPwd“-> putty不连接到远程服务器
3此\;IsMyPwd\“-> putty未连接到远程服务器
3this;IsMyPwd\“-> putty连接到远程服务器,但要求输入密码或挂起
-pw 3this;IsMyPwd
我使用的是最后一个putty版本,无法创建两个不同的会话(当我需要进行SSH隧道并记录服务器维护时需要)
下面是第二个连接失败的日志:
Looking up host "[IP]"
Connecting to [IP] port 22
We claim version: SSH-2.0-PuTTY_Snapshot_2011_04_14:r9149
Server version: SSH-2.0-OpenSSH_5.8p1-hpn13v11
Using SSH protocol version 2
Server supports delayed compression; wil
编辑:这个问题完全是由于自己的疏忽。我输入的ip地址不正确.没有问题登录正确的ip地址.
问题:
无法从Windows8.1笔记本电脑进入ubuntu14.01服务器(尝试使用PuTTY和RoyalTS)。
终端窗口提供用户名提示,然后输入密码,然后失败。
在PuTTy中报告的错误是authentication failed。
RoyalTS 2016-02-04 17:26:49.587 ERROR Ssh(1)[19] SSH: Rebex.Net.SshException: A supplied password or user name is incorrect.中的类似误差
可以使用
我无法让运行Win7 12的本地环境连接到我的服务器ubuntu11.04。
我通过sftp连接我的服务器,使用filezilla fine,我可以通过ssh连接到我的服务器,通过putty罚款.服务器现在不需要任何密钥,只需要一个名字和pword.
我不明白,我通过php脚本传递的细节与我从filezilla和putty传递的内容完全相同。
这是剥离到基本代码的代码:
//inlcude the phpseclib path in the include array and include the ssh2 class
set_include_path( WEBROOT_PRIVATE.
我的excel文件中有一个宏,它使用pscp (putty客户端)将一个文件上传到我的服务器。
这是密码
Dim wsh As Object
Set wsh = VBA.CreateObject("WScript.Shell")
Dim waitOnReturn As Boolean: waitOnReturn = True
Dim windowStyle As Integer: windowStyle = 1
Dim cstrSftp As String
Dim strCommand As String
Dim pUser As String
Dim pPass As St