Browse Source

fixed missing HostName in ssh_config

master
Dirk Alders 1 year ago
parent
commit
f7ca9b974a
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      ssh_config

+ 9
- 0
ssh_config View File

@@ -1,40 +1,47 @@
1 1
 Host ahorn_tmux
2
+    HostName ahorn
2 3
     User dirk
3 4
     Port 22
4 5
     RequestTTY yes
5 6
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
6 7
 
7 8
 Host alders_tmux
9
+    HostName alders
8 10
     User dirk
9 11
     Port 22
10 12
     RequestTTY yes
11 13
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
12 14
 
13 15
 Host buche_tmux
16
+    HostName buche
14 17
     User dirk
15 18
     Port 22
16 19
     RequestTTY yes
17 20
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
18 21
 
19 22
 Host erle_tmux
23
+    HostName erle
20 24
     User dirk
21 25
     Port 22
22 26
     RequestTTY yes
23 27
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
24 28
 
25 29
 Host ffe_tmux
30
+    HostName ffe
26 31
     User dirk
27 32
     Port 22
28 33
     RequestTTY yes
29 34
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
30 35
 
31 36
 Host ffw_tmux
37
+    HostName ffw
32 38
     User dirk
33 39
     Port 22
34 40
     RequestTTY yes
35 41
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
36 42
 
37 43
 Host leyk
44
+    # HostName leyk
38 45
     User dirk
39 46
     Port 22
40 47
     RequestTTY yes
@@ -48,6 +55,7 @@ Host mm_tmux
48 55
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
49 56
 
50 57
 Host multimedia_tmux
58
+    HostName multimedia
51 59
     User dirk
52 60
     Port 22
53 61
     RequestTTY yes
@@ -68,6 +76,7 @@ Host multimedia_kb
68 76
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
69 77
 
70 78
 Host raspiscreen_tmux
79
+    HostName raspiscreen
71 80
     User dirk
72 81
     Port 22
73 82
     RequestTTY yes

Loading…
Cancel
Save