码迷,mamicode.com
首页 >  
搜索关键字:refused    ( 437个结果
SSH远程连接Ubuntu Server
Ubuntu默认没有安装openssh-server包,故从远程计算机通过SSH连接时会收到Connection refused的消息。首先在Ubuntu检查/etc/ssh/sshd_config文件是否存在。cat /etc/ssh/sshd_configUbuntu默认情况下是不存在这个文件的...
分类:系统相关   时间:2014-12-17 00:11:06    阅读次数:238
Android SDK更新 Connection to http://dl-ssl.google.com refused 解决方法
Android SDK更新 Connection to http://dl-ssl.google.com refused 解决方法http://blog.csdn.net/foxeatapple/article/details/8450372
分类:移动开发   时间:2014-12-13 10:47:47    阅读次数:158
ERROR 2049 (HY000): Connection using old (pre-4.1.1)
测试环境新装了MySQL服务器,在登陆时无法成功登陆。其提示 为使用的旧的认证协议而被拒绝。其具体的错误提示为ERROR 2049 (HY000): Connection using old (pre-4.1.1) authentication protocol refused (client op...
分类:其他好文   时间:2014-12-09 17:29:25    阅读次数:277
ERROR 2049 (HY000): Connection using old (pre-4.1.1)
测试环境新装了MySQL服务器,在登陆时无法成功登陆。其提示为使用的旧的认证协议而被拒绝。其具体的错误提示为ERROR 2049 (HY000): Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled)。以下是关于这个问题的描述及其解决方案,供大家参考。...
分类:其他好文   时间:2014-12-09 09:17:48    阅读次数:408
在ubuntu上安装ssh server
现象:ssh client无法连到ubuntusammydeair:~ Sammy$ ssh -l s1 10.211.55.4ssh: connect to host 10.211.55.4 port 22: Connection refused查看:ubuntu上ssh local,同样错误,发...
分类:系统相关   时间:2014-12-02 08:56:47    阅读次数:199
CentOS 7 sshd 链接被拒绝问题,端口改变成2200
1,服务器链接不上ssh: connect to host XXXXX port 22: Connection refused原因,centos7 修改了链接的端口变成 2200了。#Port 22Port 2200修改回去,或使用2200链接。修改:vi /etc/ssh/sshd_config2,centos7默认安装了防火墙不是iptables了因为是本地测试,所以直接关闭防火墙,禁用开机启...
分类:其他好文   时间:2014-12-01 17:42:49    阅读次数:153
Connection to https://dl-ssl.google.com refused 解决方案
由于国内不能直接访问Google设在国外的服务器,因此更新Android SDK的时候会遇到 refused 的情况,在命令行ping dl-ssl.google.com显示“请求超时”,解决方法就是修改host文件,把网址对应的IP手动添加进去; 首先进入http://ip.chinaz.c...
分类:Web程序   时间:2014-11-28 22:45:11    阅读次数:441
消除SDK更新时的“https://dl-ssl.google.com refused”错误
消除SDK更新时的“https://dl-ssl.google.com refused”错误消除SDK更新时,有可能会出现这样的错误:Download interrupted: hostname in certificate didn't match: != Download interrupte....
分类:Web程序   时间:2014-11-20 11:38:12    阅读次数:158
secureCRT The remote system refused the connection问题解决
Ubuntu系统必须开启ssh服务后,XP或者其他的主机才可以远程登陆到Ubuntu系统。 1,安装软件包,执行sudo apt-get install openssh-server Ubuntu缺省安装了openssh-client,如果你的系统没有安装的话,再用apt-get install openssh-client安装上即可。...
分类:其他好文   时间:2014-11-19 12:43:33    阅读次数:248
Netbeans不能正常启动glassfish或者部署失败不能运行的问题
错误信息:D:\临时文件\netbeans\WebTest\build\web中部署GlassFish Server 4, deploy, Connection refused: connect, falseD:\临时文件\netbeans\WebTest\nbproject\build-impl....
分类:Web程序   时间:2014-11-17 21:09:24    阅读次数:1790
437条   上一页 1 ... 38 39 40 41 42 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!