Easy modification of ssh config
Just add another alias to each worker
Start file
host master
hostname 10.0.10.8
host 65
hostname 10.0.10.17
host ef
hostname 10.0.10.10
host gp
hostname 10.0.10.27
host h5
hostname 10.0.10.13
host sa
hostname 10.0.10.25
host sv
hostname 10.0.10.12
End file
host master
hostname 10.0.10.8
host 65 worker1
hostname 10.0.10.17
host ef worker2
hostname 10.0.10.10
host gp worker3
hostname 10.0.10.27
host h5 worker4
hostname 10.0.10.13
host sa worker5
hostname 10.0.10.25
host sv worker6
hostname 10.0.10.12
View Diff
4c4
< host 65
---
> host 65 worker1
7c7
< host ef
---
> host ef worker2
10c10
< host gp
---
> host gp worker3
13c13
< host h5
---
> host h5 worker4
16c16
< host sa
---
> host sa worker5
19c19
< host sv
---
> host sv worker6
Solutions
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock 113 remaining solutions by signing in and submitting your own entry
#114 Meshan Naidoo / @realmeshan - Score: 91 - 10/24/22 @ 07:43
/65<CR>A worker1<Esc><Esc>/ef<CR>A worker2<Esc>/gp<CR>A worker3<CR><BS><Esc>/h5<CR>A worker4<Esc>/sa<CR>A worker5<Esc>/sv<CR>A worker6<Esc>:wq<CR>
0 comments
#115 Enrique / @Enrique07778996 - Score: 91 - 10/31/22 @ 21:23
<Down><Down><Down>a<Esc>A wro<BS><BS>ork341<BS><BS><BS>er1<Esc><Down><Down><Down>.r2<Down><Down><Down><Left><Right>a worker3<Esc><Down><Down><Down>a worker4<Esc><Down><Down><Down>a worker5<Esc><Down><Down><Down><Left><Right>a worker6<Esc>:wq<CR>
0 comments