repos / dotfiles

my dotfiles

commit
e2230b5
parent
f014ed0
author
Eric Bower
date
2025-01-21 22:34:50 -0500 EST
chore: ssh config
2 files changed,  +12, -46
M dot_config/fish/config.fish
+1, -0
1@@ -41,6 +41,7 @@ abbr -a img img2sixel
2 abbr -a sway sway --unsupported-gpu
3 abbr -a notes nvim -c '"cd ~/dotfiles/notes"' ~/dotfiles/notes
4 abbr -a tre "eza --tree --color=always | less -R"
5+abbr -a pp PA_DIR=/home/erock/dev/pico/pico-pass pa
6 
7 if type -q direnv
8   direnv hook fish | source
M dot_ssh/config
+11, -46
 1@@ -52,33 +52,14 @@ Host git
 2     User erock
 3     IdentityFile ~/.ssh/id_ed25519
 4 
 5-Host ui
 6+Host erock.*
 7+    HostName %h.sh
 8     IdentitiesOnly yes
 9     IdentityFile ~/.ssh/id_ed25519
10-    User pico-ui
11-    Hostname pgs.sh
12-    LocalForward 0.0.0.0:1337 localhost:80
13-    SessionType none
14 
15-Host imgs
16-    IdentitiesOnly yes
17+Host aur.archlinux.org
18+    User aur
19     IdentityFile ~/.ssh/id_ed25519
20-    Hostname imgs.sh
21-    LocalForward 0.0.0.0:1338 localhost:80
22-    SessionType none
23-
24-Host p.ui
25-    IdentitiesOnly yes
26-    IdentityFile ~/.ssh/id_ed25519_pico
27-    User pico-ui
28-    Hostname pgs.sh
29-    LocalForward 0.0.0.0:1339 localhost:80
30-    SessionType none
31-
32-Host hey.*
33-    HostName %h.sh
34-    IdentitiesOnly yes
35-    IdentityFile ~/.ssh/id_ed25519_hey_bot
36 
37 Host pico.sh
38     HostName pico.sh
39@@ -105,50 +86,34 @@ Host p.*
40     IdentitiesOnly yes
41     IdentityFile ~/.ssh/id_ed25519_pico
42 
43-Host erock.*
44-    HostName %h.sh
45-    IdentitiesOnly yes
46-    IdentityFile ~/.ssh/id_ed25519
47-
48-Host erock
49-    HostName 138.197.2.218
50-    User root
51-    IdentityFile ~/.ssh/id_ed25519
52+Host pico.nue
53+    HostName netcup0.nue.pico.sh
54+    IdentityFile ~/.ssh.id_ed25519
55 
56-Host aur.archlinux.org
57-    User aur
58-    IdentityFile ~/.ssh/id_ed25519
59-
60-Host pico.0
61+Host pico.ash0
62     HostName oracle0.ash.pico.sh
63     Port 650
64     User root
65     IdentityFile ~/.ssh/id_ed25519
66 
67-Host pico.1
68+Host pico.ash1
69     HostName oracle1.ash.pico.sh
70     Port 650
71     User root
72     IdentityFile ~/.ssh/id_ed25519
73 
74-Host pico.2
75+Host pico.ash2
76     HostName oracle2.ash.pico.sh
77     Port 650
78     User root
79     IdentityFile ~/.ssh/id_ed25519
80 
81-Host pico.3
82+Host pico.ash3
83     HostName oracle3.ash.pico.sh
84     Port 650
85     User root
86     IdentityFile ~/.ssh/id_ed25519
87 
88-Host pico.db
89-    HostName oracle0.ash.pico.sh
90-    Port 650
91-    User root
92-    IdentityFile ~/.ssh/id_ed25519
93-
94 Host tuns.sh
95     HostName tuns.sh
96     IdentityFile ~/.ssh/id_ed25519