当前位置:网站首页>【备忘】关于ssh为什么会失败的原因总结?下次记得来找。
【备忘】关于ssh为什么会失败的原因总结?下次记得来找。
2022-07-29 05:27:00 【吃吃今天努力学习了吗】
前言:
由于需要远程实验室的服务器过活,所以ssh成为生活必备,但偶尔(总是)遇到连接不上的原因,汇总一下,下次省事……
ps: 这些是建立在之前成功连接上ssh的基础上,如果没有连过的话建议可以找一找相关教程~
- 检查一下有没有打开学校的内网VPN,打开一个内网网站测试。此步骤保证了本机的网络状态正常。
- 检查一下服务器有没有连校园网,因为它可能断网了,也可能连上了WiFi。(可能需要实验室一些好心人的帮助)
- 测试一下能不能ping通服务器IP,不能的话有可能内网把常用端口给屏蔽了,尝试增加或者更换一个不常用的端口。(这一次突然连不上就是因为学校网络升级把普通用户的VPN常用端口号给禁了,要不是刷学校贴吧我还在迷惑中……)
- 测试一下本机的ssh服务是不是在正常运行。
- 重启一下本机。(开始玄学)
- 检查一下服务器的信任名单里自己的IP没有被删。(一般不会被删)
- 还不行?麻烦好心人重启一下服务器试试。(不到万不得已慎用)
愿各位每次都能秒连服务器,愿每次GPU都空闲着可以被用,愿老板多配几台服务器多买几张卡,愿实验顺利!
A u t h o r : 常 被 连 不 上 服 务 器 所 折 磨 的 C h i e r Author: 常被连不上服务器所折磨的Chier Author:常被连不上服务器所折磨的Chier
边栏推荐
- STP spanning tree principle and example of election rules
- Thinkphp5 frequently asked questions
- IPv6表示方法与配置案例
- 如何在开发板上使用sftp命令访问sftp-server
- ping 原理
- Floating point multiplication and division of vivado IP core floating point
- AbstractQueuedSynchronizer(AQS)之 ReentrantLock 源码浅读
- Shell脚本-全局变量、局部变量、环境变量
- ss命令详解
- Callable 的使用
猜你喜欢
SQL developer graphical window to create database (tablespace and user)
FIR filter design (1) -- using the FDATool toolbox of MATLAB to design FIR filter parameters
软件定义边界SDP
Let the computer run only one program setting
Complex floating point multiplication of vivado IP core floating point
有用网站
Understanding of access, hybrid and trunk modes
day04_ array
Hongke white paper | how to use TSN time sensitive network technology to build a digital factory in industry 4.0?
MQTT服务器搭建以及使用MQTT.fx测试
随机推荐
6、 Network interconnection and Internet
day03_ 1_ Process control
Ultra low cost DDoS attacks are coming. See how WAF protects Jedi
Merkle tree existential function modified for the first time
7、 Next generation Internet IPv6
TCP socket communication experiment
FIR filter design (1) -- using the FDATool toolbox of MATLAB to design FIR filter parameters
软件包设置成——>YUM源
NLP word segmentation
Joint use skills of joiner.on and stream().Map
day02_基本语法
Hongke share | bring you a comprehensive understanding of "can bus error" (II) -- can error types
Leetcode question brushing record
IPv6表示方法与配置案例
Hongke will share the EtherCAT demo for you and teach you how to quickly transition from other protocols to EtherCAT industrial bus
Hongke case | PAC: an integrated control solution integrating SoftPLC control logic, HMI and other service functions
Hongke share | let you have a comprehensive understanding of "can bus errors" (IV) -- producing and recording can errors in practice
Explain the difference between FIR filter and IIR filter in detail
ping 原理
Condition 条件对象源码浅读