当前位置:网站首页>采坑阿里云 kex_exchange_identification: read: Connection reset by peer
采坑阿里云 kex_exchange_identification: read: Connection reset by peer
2022-07-21 15:21:00 【Roc.Chang】
自己买了台阿里的测试服务器,今天要配置服务器环境,打开终端,输入命令 ssh [email protected]
等待输入密码。
What ?
kex_exchange_identification: read: Connection reset by peer
啊。。这。。 简直过分!!!
昨天刚用的,今天咋回事,然后试了试公司的服务器是可以的。然后就开始百度找资料,找了一圈,大部分都是让修改配置文件。但是换了手机热点就好了,看样子和网络有很大关系。
最终折腾了一下,问了问公司的宽带情况,果然出现在了网络上,公司的网竟然不是专网,而且我们公司的 IP
因为频繁的连接阿里云的服务器,早就上了阿里的 IP 监控
,阿里云出于安全考虑,直接拦截。而且我们阿里的服务器都添加了 IP 白名单
(那么多台服务器每个都要加,确实挺费劲
),所以可以正常的使用。
解决方案:百度搜索 IP
并查看宽带的出网 IP
,然后将 IP
添加到阿里云的 IP
白名单中就可以。
然后继续 SSH
,成功登陆,接下来继续配置 Go
环境变量和 MongoDB
。
个人博客: Roc’s Blog
边栏推荐
- ArcGIS像元大小从0.00025变为米
- 启动服务常用命令
- JMeter installation and setting (I)
- 【Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: sql语句参数跟方法的不一样】
- Arcgis图层标注显示
- Matlab GUI编程技巧(九):详解 uitable 函数显示表格及相关操作(创建表用户界面)
- C语言中以static说明符开头的变量和函数具有的性质
- flask - { “message“: “Failed to decode JSON object: Expecting value: line 1 column 1 (char 0)“ }
- 非参数检验
- cookis,localStorage,sessionStorage区别?
猜你喜欢
Observer mode and publish / subscribe mode
QT - graphic view
自定义类加载器实现
关于mysql驱动版本报错解决,Cause: com.mysql.jdbc.exceptions.jdbc4、Unknown system variable ‘query_cache_size
ArcGIS创建矢量
C#中抽象类abstract和接口interface的区别
Loadlibrary Failed with Error 87 | Open QTCreator Failed
Airtest踩过的坑--启动闪退
Strategy mode
EventLoop事件循环机制
随机推荐
接口与抽象类
The C out keyword error cs0136 cannot declare the local variable or parameter in this scope because the name is used to define the local variable or parameter in a closed local scope
ENVI5.3打开GF-1 WFV数据
输入一个URL到这个页面呈现出来,这个过程发生了什么?
NoSQL数据库之Redis【数据操作、持久化、Jedis、缓存处理】详解
Love running every day [noip2016 T4]
The difference between abstract class and interface interface in C #
Matlab GUI programming skills (XI): axes/geoaxes/polaraxes drawing to create GUI coordinate area
Piecemeal knowledge - SQL related
【MATLAB问题解决】解决Matlab编译后的.exe文件在另一台电脑上无法运行的问题
PS Xiaobai starts from 0
自定义类加载器实现
PS抠出logo
Matlab写入excel-字符串与数字合并
sprintf(pointer + offset, “format“, value)形式的含义
魅族大换血:阿里退出?珠海国资委入局,黄章交出控股权!李楠从主要人员中移除!
IDEA SSH 工具远程链接失败
mysql8中timestamp时间戳设置默认值 CURRENT_TIMESTAMP ,Error:1048 - Column ‘createTime‘ cannot be null
Oracle 关于date 字段索引使用测试
数组实现可扩展的循环队列