タグ

ブックマーク / blog.fieldnotes.jp (1)

  • Visual Studio Code Remote Development(ssh) 小技集 - bluebird

    記事はMicrosoft MVPブログ企画の記事として投稿しています。その他の記事はこちらからご覧ください。 リモートワーク主体の働き方にとってVisual Studio Code *1 のRemote Developmentは役立つツールになります。記事ではsshによるRemote Development で便利な小技を三つ用意ご紹介します。 code.visualstudio.com 踏み台(jumpbox)経由のリモート接続 リモート接続するサーバーにログインする際に、途中に踏み台となるサーバーを介して接続する場合は、~/.ssh/config *2 のProxyCommandの設定を使用します。 次の設定は、server1への接続を経由して、server2-proxyにリモート接続するための設定例です。 # 踏み台への接続設定 Host server1 HostName 192

    Visual Studio Code Remote Development(ssh) 小技集 - bluebird
  • 1