在国产化大模型适配的时,遇到的环境问题
问题:

I cannot connect to ssh with vscode ( channel 4: open failed: administratively prohibited: open failed )

解决方法:

vim /etc/ssh/sshd_config
AllowTcpForwarding yes

# 重启sshd
sudo systemctl restart sshd
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐