ソースを参照

fix of gfe in ssh-config

master
Dirk Alders 3週間前
コミット
3bf79715e3
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      .ssh/config

+ 2
- 2
.ssh/config ファイルの表示

@@ -57,8 +57,8 @@ Host ffw_tmux
57 57
     RequestTTY yes
58 58
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
59 59
 
60
-Host ffw_tmux
61
-    HostName ffw
60
+Host gfe_tmux
61
+    HostName gfe
62 62
     User dirk
63 63
     Port 22
64 64
     RequestTTY yes

読み込み中…
キャンセル
保存