We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
作者大佬好,各位大佬好,有个问题想问一下大家: 我在使用electerm作为ssh工具时,通过命令行如下方式可以打开工具并连接上服务器:
.\electerm.exe -l root -P 22 -pw '4WQNx4vS5vn8d&bgY$sU' 192.168.0.55 -t localMachine
当我在助手设置-本地SSH客户端配置时,我是这样设置的:
-l {user_name} -P {host_port} -pw "{password::****}" -t {host_name}
但是实际使用时,只能打开工具,并不能进行连接,有了解是为啥的吗
The text was updated successfully, but these errors were encountered:
找到了解决办法,把electerm复制到{assist_tools_path}工具目录下,使用-l root -P 22 -pw "123456" 192.168.0.55 -t localMachine这种写死参数可以调用和连接。 但是新的问题又出现了,怎么填密码这块才能不提示“Wrong signature type: rsa-sha2-512, expected: ssh-rsa”呢?
Sorry, something went wrong.
No branches or pull requests
作者大佬好,各位大佬好,有个问题想问一下大家:
我在使用electerm作为ssh工具时,通过命令行如下方式可以打开工具并连接上服务器:
.\electerm.exe -l root -P 22 -pw '4WQNx4vS5vn8d&bgY$sU' 192.168.0.55 -t localMachine
当我在助手设置-本地SSH客户端配置时,我是这样设置的:
-l {user_name} -P {host_port} -pw "{password::****}" -t {host_name}
但是实际使用时,只能打开工具,并不能进行连接,有了解是为啥的吗
The text was updated successfully, but these errors were encountered: