ログイン
編集不可のページディスカッション情報添付ファイル
"maccha/ssh_config"の差分

MMA
1と2のリビジョン間の差分
2021-04-21 22:48:04時点のリビジョン1
サイズ: 1035
編集者: maccha
コメント:
2021-04-21 22:49:43時点のリビジョン2
サイズ: 1035
編集者: maccha
コメント:
削除された箇所はこのように表示されます。 追加された箇所はこのように表示されます。
行 29: 行 29:
  HostName b57.ied.inf.uec.ac.jp   HostName bxx.ied.inf.uec.ac.jp
行 31: 行 31:
  LocalForward 5901 b57.ied.inf.uec.ac.jp:5901   LocalForward 5901 bxx.ied.inf.uec.ac.jp:5901

ForwardAgent yes
ServerAliveInterval 60
PreferredAuthentications publickey


Match host sunrise,saga,atlas
  ProxyJump nest
  User maccha


Host sol
  HostName sol.edu.cc.uec.ac.jp
  User hoge
  IdentityFile ~/.ssh/id_rsa_sol

Host ied
  HostName remote.ied.inf.uec.ac.jp
  User hoge
  IdentityFile ~/.ssh/ied_id_rsa

Host sol2ied
  HostName sol.edu.cc.uec.ac.jp
  User hoge
  LocalForward 5901 localhost:5901
  IdentityFile ~/.ssh/id_rsa_sol

Host vncied
  HostName bxx.ied.inf.uec.ac.jp
  User hoge
  LocalForward 5901 bxx.ied.inf.uec.ac.jp:5901
  IdentityFile ~/.ssh/ied_id_rsa
  ProxyCommand ssh -CW %h:%p sol2ied


# sol reachable servers
Host nest
  HostName nest.mma.club.uec.ac.jp
  User maccha
  IdentityFile ~/.ssh/id_rsa_nest
  ProxyJump sol

# nest reachable servers
Host sunrise
  HostName sunrise

Host saga
  HostName saga

Host atlas
  HostName atlas

Host mmagit
  HostName gitlab.mma.club.uec.ac.jp
  IdentityFile ~/.ssh/id_rsa_mma_gitlab
  User git

maccha/ssh_config (最終更新日時 2022-11-02 11:52:59 更新者 maccha)