VSCode远程链接
安装必要的依赖
apk add gcompat libstdc++ curl bash git bash bash-doc bash-completion
安装sshd
apk add openssh nano
修改配置
nano /etc/ssh/sshd_config
添加如下内容
PermitRootLogin yes
AllowTcpForwarding yes
PermitTunnel yes
添加私钥并将公钥写入
星期三, 四月 12日 2023, 1:28 下午
61 字 1 分钟 次