0

gcloud App Engineで遊んでいて、Google Cloud Shell を使用してプライベート git サーバーから git リポジトリのクローンを作成したいと考えていますが、何らかの理由で接続タイムアウトが発生します。

これはsshが私に与えるものです:

$ ssh -vvv myuser@myserver.mydomain.com -p 2121
OpenSSH_7.4p1 Debian-10+deb9u4, OpenSSL 1.0.2l  25 May 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: resolving "myserver.mydomain.com" port 2121
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to myserver.mydomain.com [158.120.145.109] port 2121.
debug1: connect to address 158.120.145.109 port 2121: Connection timed out
ssh: connect to host myserver.mydomain.com port 2121: Connection timed out

*ホスト、ドメイン、IP、およびポートは明らかな理由で変更されました

考慮事項:

  1. 私のgitサーバーは稼働中であり、同じコマンドを使用して他のマシンから接続できます
  2. git サーバーのログに gcloud からの着信接続が表示されない
  3. App Engine 以外は使用しておらず、Compute Engine をプロビジョニングしたくない

誰かが同じ問題を見つけて、解決策を共有したいですか?

4

1 に答える 1