Browse Source

fix of gfe in ssh-config

master
Dirk Alders 3 weeks ago
parent
commit
3bf79715e3
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .ssh/config

+ 2
- 2
.ssh/config View File

57
     RequestTTY yes
57
     RequestTTY yes
58
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
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
     User dirk
62
     User dirk
63
     Port 22
63
     Port 22
64
     RequestTTY yes
64
     RequestTTY yes

Loading…
Cancel
Save