Skip to content

Commit a14efda

Browse files
author
Matteo Longhi
committed
added comments and redirect storagebox connection trough torterra
1 parent 58ff2ea commit a14efda

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

etc/ssh/config

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,32 @@ Host torterra
55
IdentityFile ~/.ssh/id_rsa
66
DynamicForward 40034
77

8-
Host wailord staraptor espeon umbreon ditto arcanine klefky sanet-test cp worker1 worker2 worker3
9-
User root
10-
ProxyJump torterra
11-
IdentityFile ~/.ssh/id_rsa
12-
138
Host u425518.your-storagebox.de storagebox
149
HostName u425518.your-storagebox.de
1510
User u425518
1611
Port 23
1712
IdentityFile ~/.ssh/backup_key
1813

14+
Host wailord staraptor espeon umbreon ditto arcanine klefky storagebox u425518.your-storagebox.de
15+
User root
16+
ProxyJump torterra
17+
IdentityFile ~/.ssh/id_rsa
18+
19+
# mmwunibo.it
1920
Host luca
2021
Hostname luca.mmwunibo.it
21-
User mlonghi
22-
IdentityFile ~/.ssh/unibo_key
2322

2423
Host paolo
2524
Hostname paolo.mmwunibo.it
26-
User mlonghi
27-
IdentityFile ~/.ssh/unibo_key
25+
2826
Host antonio
2927
Hostname antonio.mmwunibo.it
28+
29+
Host antonio luca paolo
3030
User mlonghi
3131
IdentityFile ~/.ssh/unibo_key
3232

33+
# hyperting
3334
Host gitea.hyperting.it
3435
IdentityFile ~/.ssh/hyperting_key
3536
User matteo.longhi5

0 commit comments

Comments
 (0)