当前位置:网站首页>Solve the problem that the virtual machine cannot be remotely connected through SSH service
Solve the problem that the virtual machine cannot be remotely connected through SSH service
2022-07-04 23:16:00 【anieoo】
I'm going through vscode Of ssh Service connection ubuntu When , Report errors :
ssh: connect to host port 22: Connection refused
Here's the solution :
One 、 install openssh-server service
sudo apt-get install openssh-serverTwo 、 Install firewall
sudo apt-get install ufw3、 ... and 、 Account opening firewall
sudo ufw enableFour 、 Firewall permission 22 The port is open to the outside world
sudo ufw allow 22 边栏推荐
- debug和release的区别
- Redis入门完整教程:Redis Shell
- The difference between cout/cerr/clog
- Compare two vis in LabVIEW
- D3.js+Three. JS data visualization 3D Earth JS special effect
- Advantages of Alibaba cloud international CDN
- CTF競賽題解之stm32逆向入門
- Insert sort, select sort, bubble sort
- Redis入门完整教程:初识Redis
- JS card style countdown days
猜你喜欢

Excel 快捷键-随时补充

Redis: redis transactions

A complete tutorial for getting started with redis: redis shell

Qualcomm WLAN framework learning (30) -- components supporting dual sta

A complete tutorial for getting started with redis: getting to know redis for the first time

Tweenmax emoticon button JS special effect

Redis getting started complete tutorial: hash description

Qt个人学习总结

Redis入門完整教程:Pipeline

Redis入门完整教程:有序集合详解
随机推荐
头文件重复定义问题解决“C1014错误“
Redis getting started complete tutorial: publish and subscribe
为什么信息图会帮助你的SEO
mamp下缺少pcntl扩展的解决办法,Fatal error: Call to undefined function pcntl_signal()
Redis getting started complete tutorial: Key Management
[ODX studio edit PDX] - 0.2-how to compare two pdx/odx files of compare
高通WLAN框架学习(30)-- 支持双STA的组件
Redis入門完整教程:Pipeline
Editplus-- usage -- shortcut key / configuration / background color / font size
推荐收藏:跨云数据仓库(data warehouse)环境搭建,这货特别干!
OSEK标准ISO_17356汇总介绍
Redis入门完整教程:Bitmaps
MariaDB的Galera集群应用场景--数据库多主多活
heatmap. JS picture hotspot heat map plug-in
qt绘制网络拓补图(连接数据库,递归函数,无限绘制,可拖动节点)
Question brushing guide public
ScriptableObject
Redis introduction complete tutorial: slow query analysis
LabVIEW中比较两个VI
Insert sort, select sort, bubble sort