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
openTerminal( { operate:'connect', host: '',//IP port: '22',//端口号 username: 'r',//用户名 password: ''//密码*/ }); 端口号是不是输入22?然后我输入ip,用户名和密码后,前端js有报错,请问是不是我的端口号填写错误?导致连不上
The text was updated successfully, but these errors were encountered:
在webssh.js第十行,加上项目名,你看是报404,没找到。 var endpoint = protocol+'127.0.0.1:8080/你当前的项目名称/webssh';
Sorry, something went wrong.
你好,我现在报错,但是没有任何错误信息
No branches or pull requests
openTerminal( {
operate:'connect',
host: '',//IP
port: '22',//端口号
username: 'r',//用户名
password: ''//密码*/
});
端口号是不是输入22?然后我输入ip,用户名和密码后,前端js有报错,请问是不是我的端口号填写错误?导致连不上
The text was updated successfully, but these errors were encountered: