使用vscode连接openEuler服务器
创始人
2024-09-25 13:26:51
0

本地主机准备

  • Remote - SSH
    在这里插入图片描述

服务器准备

官方文档提供的提前准备

DistributionBase RequirementsRemote - SSH RequirementsNotes
Generalkernel >= 4.18, glibc >=2.28, libstdc++ >= 3.4.25, tarOpenSSH server, bash, and curl or wgetRun ldd --version to check the glibc version. Run strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX to see if libstdc++ 3.4.25 is available.
General for Arm32libatomic1No additional requirements.
Ubuntu 20.04+, Debian 10+, Raspberry Pi OS Buster/10+ and downstream distributionslibc6 libstdc++6 ca-certificates taropenssh-server bash and curl or wgetRequires kernel >= 4.18, glibc >= 2.28, libstdc++ >= 3.4.25.
RHEL / CentOS 8+glibc libgcc libstdc++ ca-certificates taropenssh-server bash and curl or wgetRequires kernel >= 4.18, glibc >= 2.28, libstdc++ >= 3.4.25.
Alpine Linux 3.16+musl libgcc libstdc++. musl >= 1.2.3, glibc not required.Not yet supported.Supported in Dev Containers and WSL. Extensions installed in the container may not work due to glibc dependencies in extension native code.
openSUSE Leap / SUSE Linux Enterprise 15+glibc libgcc_s1 libstdc++6 ca-certificates gzip tarcurl or wgetRequires kernel >= 4.18, glibc, libstdc++6

针对openEuler的准备

缺少tar 解压工具

检查是否缺少tar解压工具

[root@localhost ~]# tar -bash: tar:未找到命令 

使用以下命令安装tar

dnf install tar 

端口转发未开启

  1. 我们查看sshd 服务配置文件
[root@localhost ~]# cat /etc/ssh/sshd_config 
  1. 找到以下两个配置
AllowTcpForwarding no AllowAgentForwarding no 
  1. 将 ‘ no ‘改为’ yes ‘
AllowTcpForwarding yes AllowAgentForwarding yes 
  1. 重启sshd 服务
systemctl restart sshd.service 

相关内容

热门资讯

阿里云bgp怎么样(阿里云BG... 阿里云BGP的性能特点阿里云BGP(Border Gateway Protocol,边界网关协议)是...
阿里云 邮箱 怎么样(阿里云邮... 阿里云邮箱介绍阿里云邮箱是由著名互联网企业阿里巴巴推出的一款企业级云邮产品,它将云计算、大数据等先进...
阿里云 核验点怎么申请(如何申... 阿里云 核验点怎么申请阿里云核验点是一种基于阿里云VPC的安全扫描服务。它能够发现云上虚拟机实例中的...
新2020版软件!微扑克辅助器... 新2020版软件!微扑克辅助器下载(微扑克专用)外挂辅助器软件(有挂透明)-哔哩哔哩;微扑克是一种具...
阿里云主机怎么用(阿里云主机使... 阿里云主机怎么用(阿里云主机使用指南)阿里云作为国内知名的云计算服务商,其云主机服务备受推崇。本文就...
阿里云不备案怎么用(阿里云未备... 阿里云未备案,如何使用?阿里云是一家领先的云计算服务提供商,在国内拥有众多用户。然而,很多用户在购买...
顶级域名怎么绑定官网(如何将顶... 什么是顶级域名?,我们需要了解一下什么是顶级域名。顶级域名是指网站域名中的最高级别域名,通常为.co...
阿里mail怎么登入(如何登录... 阿里Mail怎么登入?在如今高速发展的时代,互联网已经渗透到每个个人和企业的日常生活中。随着电子邮件...
韩国的KT卡怎么查流量(如何查... 什么是KT卡?KT卡是韩国电信公司KT Corp推出的一种通信卡,用户可以通过购买该卡来使用手机网络...
阿里云ecs怎么绑定域名(阿里... 阿里云ECS如何绑定自定义域名?阿里云的ECS实例为用户提供了一个高效、可靠、安全的云计算环境,可以...