codex通过ssh打开remote project
1.修改~/.ssh/config:
Host remotesshHostName {host}User {username}IdentityFile ~/.ssh/id_rsa将这一段写入到config文件
2.测试连接
ssh remotessh3.在远程机器上安装codex cli
curl -fsSL https://chatgpt.com/codex/install.sh | sh通常情况下会被安装到~/.lo…
2026/7/1 4:02:08