【发布时间】:2018-02-12 07:48:32
【问题描述】:
我在 Ubuntu 16.04 LTS 中使用 openconnect 通过 vpn 连接到远程机器。我正在尝试使用 ssh 身份验证向/从 Github 推送和拉取,但它不起作用。当我尝试拉或推时,它会给出错误:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
当我与nomachine 连接时,我可以在 Github 上进行推/拉操作。
我尝试在谷歌上搜索很多不同的东西,但在 openconnect 或 ssh 的选项中还没有发现任何有用的东西。
有什么想法吗?
【问题讨论】:
标签: github ssh openconnect