更多ruoyi-nbcio功能请看演示系统
gitee源代码地址
前后端代码: https://gitee.com/nbacheng/ruoyi-nbcio
演示地址: http://122.227.135.243:9666
更多nbcio-boot功能请看演示系统
gitee源代码地址
后端代码: https://gitee.com/nbacheng/nbcio-boot
前端代码:https://gitee.com/nbacheng/nbcio-vue.git
在线演示(包括H5) : http://218.75.87.38:9888
1、想用eve-ng虚拟机安装docker的anaconda3,想先用xshell5连接上,但报下面的错误
2、这个是ubuntu 20.04系统,
sudo apt update sudo apt install openssh-server sudo systemctl start ssh sudo systemctl status ssh sudo systemctl enable ssh sudo ufw allow ssh
3、sudo vim /etc/ssh/sshd_config
这个文件里面有些参数要打开,如:
将PermitRootLogin prohibit-password那一行修改为PermitRootLogin yes,去掉前面的#号
5、
解决方法:在/etc/ssh/sshd_config最后增加以下一行
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1
6、重新启动服务
systemctl restart sshd
通过上面方式就可以登录