Я выполнил действия, описанные в http://returnbooleantrue.blogspot.com/2009/06/using-github-through-draconian-proxies.html, но затем не удается подключиться к внутреннему серверу:

Proxy could not open connnection to 192.168.1.***:  Forbidden
ssh_exchange_identification: Connection closed by remote host
svn: Commit failed (details follow):
svn: Network connection closed unexpectedly

Могу ли я настроить файл config так, чтобы ProxyCommand использовался только для ssh.github.com?

1 ответ1

1

Абсолютно. Поместите эту директиву в отдельный Host .

Host github-external
    HostName ssh.github.com
    ProxyCommand dosomethinghere

Затем используйте github-external качестве имени хоста.

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .