欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

如何使用vscode連接openEuler服務(wù)器

 更新時(shí)間:2024年08月27日 14:48:53   作者:MarkLee987  
這篇文章主要介紹了如何使用vscode連接openEuler服務(wù)器,本文給大家介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或工作具有一定的參考借鑒價(jià)值,需要的朋友參考下吧

本地主機(jī)準(zhǔn)備

Remote - SSH

服務(wù)器準(zhǔn)備

官方文檔提供的提前準(zhǔn)備

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

針對(duì)openEuler的準(zhǔn)備

缺少tar 解壓工具

檢查是否缺少tar解壓工具

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

使用以下命令安裝tar

dnf install tar

端口轉(zhuǎn)發(fā)未開啟

我們查看sshd 服務(wù)配置文件

[root@localhost ~]# cat /etc/ssh/sshd_config

找到以下兩個(gè)配置

AllowTcpForwarding no
AllowAgentForwarding no

將 ‘ no ‘改為’ yes ‘

AllowTcpForwarding yes
AllowAgentForwarding yes

重啟sshd 服務(wù)

systemctl restart sshd.service

到此這篇關(guān)于如何使用vscode連接openEuler服務(wù)器的文章就介紹到這了,更多相關(guān)vscode連接openEuler內(nèi)容請(qǐng)搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!

相關(guān)文章

最新評(píng)論