GNU/Linux >> Linux の 問題 >  >> Linux

Ssh ポート フォワーディング Google コンピューティング エンジン

詳細情報を見つけるのに役立つデバッグ フラグを指定してコマンドを実行します:

gcloud compute ssh --ssh-flag=-vvv "mini-server-1" \
                   --zone="us-central1-f" \
                   --ssh-flag="-D:5551" \
                   --ssh-flag="-N" \
                   --ssh-flag="-n" &

以前のコメントで述べたように、https_proxy を使用してください。


より単純な構文:

gcloud compute ssh my-vm-name --zone=europe-west1-b -- -NL 4000:localhost:4000

必要な数のオプションを渡すことができます:

-NL 8080:localhost:80 -NL 8443:localhost:443
  • https://cloud.google.com/solutions/connecting-securely
  • https://cloud.google.com/community/tutorials/ssh-tunnel-on-gce
  • https://cloud.google.com/community/tutorials/ssh-port-forwarding-set-up-load-testing-on-compute-engine

Linux
  1. 22以外のポートへのSSH:それを行う方法(例付き)

  2. Ssh – Ssh / scp / sftpユーザーをディレクトリに制限しますか?

  3. Linux – Sshを介したX11転送?

  1. プログラム的/動的にSshセッションポートフォワードを調整しますか?

  2. CWPのSSHポートを変更する

  3. デフォルトのSSHサーバーのポート番号を変更する

  1. ポートフォワーディングなしでルーター経由のssh

  2. HTTPS SSH トンネル

  3. ssh を転送するように ssh トンネルをセットアップするには?