Browse Source

ext hosts removal of old host entries

master
Dirk Alders 9 months ago
parent
commit
53a88ab339
1 changed files with 0 additions and 30 deletions
  1. 0
    30
      .ssh/config

+ 0
- 30
.ssh/config View File

50
     RequestTTY yes
50
     RequestTTY yes
51
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
51
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
52
 
52
 
53
-Host ffe_ext
54
-    HostName ffe
55
-    User dirk
56
-    Port 22
57
-    RequestTTY yes
58
-    ProxyJump jump@hettingen_jumphost
59
-
60
-Host ffe_ext_tmux
61
-    HostName ffe
62
-    User dirk
63
-    Port 22
64
-    RequestTTY yes
65
-    ProxyJump jump@hettingen_jumphost
66
-    RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
67
-
68
 Host ffw_tmux
53
 Host ffw_tmux
69
     HostName ffw
54
     HostName ffw
70
     User dirk
55
     User dirk
72
     RequestTTY yes
57
     RequestTTY yes
73
     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
74
 
59
 
75
-Host ffw_ext
76
-    HostName ffw
77
-    User dirk
78
-    Port 22
79
-    RequestTTY yes
80
-    ProxyJump jump@hettingen_jumphost
81
-
82
-Host ffw_ext_tmux
83
-    HostName ffw
84
-    User dirk
85
-    Port 22
86
-    RequestTTY yes
87
-    ProxyJump jump@hettingen_jumphost
88
-    RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
89
-
90
 Host leyk_ext
60
 Host leyk_ext
91
     HostName leyk
61
     HostName leyk
92
     User dirk
62
     User dirk

Loading…
Cancel
Save