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

MMA
3と4のリビジョン間の差分
2021-09-13 02:12:47時点のリビジョン3
サイズ: 1409
編集者: maccha
コメント:
2021-09-13 05:44:19時点のリビジョン4
サイズ: 1476
編集者: maccha
コメント:
削除された箇所はこのように表示されます。 追加された箇所はこのように表示されます。
行 1: 行 1:
#acl maccha:admin,read,write,delete,revert, Known:read All:read

# setting
ForwardAgent yes
ServerAliveInterval 60
#PreferredAuthentications publickey


# UEC
Host sol
  Hostname sol.edu.cc.uec.ac.jp
  User k1910192
  IdentityFile ~/.ssh/id_rsa_sol

## ssh tunnel of sol (Port Fowarding, Local Forward)
#> ssh sol.edu.cc.uec.ac.jp -L 8080:proxy.uec.ac.jp:8080 -l k1910192
Host soltnl
  Hostname sol.edu.cc.uec.ac.jp
  User k1910192
  IdentityFile ~/.ssh/id_rsa_sol
  LocalForward 8080 proxy.uec.ac.jp:8080


# IED
Host ied
  Hostname remote.ied.inf.uec.ac.jp
  User k1910192
  IdentityFile ~/.ssh/ied_id_rsa

Host mcnied
  Hostname a35.ied.inf.uec.ac.jp
  User k1910192
  IdentityFile ~/.ssh/ied_id_rsa
  ProxyJump sol


# MMA
Match Host atlas,hime,saga
  ProxyJump nest

Host nest
  Hostname nest.mma.club.uec.ac.jp
  User maccha
  IdentityFile ~/.ssh/id_rsa_nest
  ProxyJump sol

Host sunrise
  Hostname sunrise.mma.club.uec.ac.jp
  User maccha
  IdentityFile ~/.ssh/id_rsa_sunrise
  ProxyJump sol

Host moon
  Hostname moon.mma.club.uec.ac.jp
  User maccha
  IdentityFile ~/.ssh/id_rsa_moon
  ProxyJump sol

Host atlas
  User maccha
  IdentityFile ~/.ssh/id_rsa_atlas

Host hime
  User maccha
  IdentityFile ~/.ssh/id_rsa_hime

Host saga
  User maccha
  IdentityFile ~/.ssh/id_rsa_saga

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

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