Procházet zdrojové kódy

fix of gfe in ssh-config

master
Dirk Alders před 3 týdny
rodič
revize
3bf79715e3
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      .ssh/config

+ 2
- 2
.ssh/config Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit