repos / dotfiles

my dotfiles

commit
090eab0
parent
decbcca
author
Eric Bower
date
2025-09-02 09:22:18 -0400 EDT
chore: fold next max

chore: remove old ssh config entries
2 files changed,  +1, -31
M dot_config/nvim/init.lua
+1, -0
1@@ -29,6 +29,7 @@ o.smartcase = true
2 o.swapfile = false
3 o.foldmethod = "expr"
4 o.foldlevel = 99
5+o.foldnestmax = 1
6 vim.g.mapleader = ","
7 vim.g.maplocalleader = ","
8 vim.diagnostic.config({
M dot_ssh/config
+0, -31
 1@@ -18,11 +18,6 @@ Host kings
 2     User erock
 3     IdentityFile ~/.ssh/id_ed25519
 4 
 5-Host kings.zt
 6-    HostName kings.zt.erock.io
 7-    User erock
 8-    IdentityFile ~/.ssh/id_ed25519
 9-
10 Host dev
11     HostName 192.168.88.226
12     User erock
13@@ -44,11 +39,6 @@ Host = f.*
14     RemoteCommand shpool attach -f %k
15     RequestTTY yes
16 
17-Host dev.zt
18-    HostName 10.147.17.154
19-    User erock
20-    IdentityFile ~/.ssh/id_ed25519
21-
22 Host kings.zt
23     HostName 10.147.17.159
24     User erock
25@@ -80,11 +70,6 @@ Host git
26     User erock
27     IdentityFile ~/.ssh/id_ed25519
28 
29-Host erock.*
30-    HostName %h.sh
31-    IdentitiesOnly yes
32-    IdentityFile ~/.ssh/id_ed25519
33-
34 Host aur.archlinux.org
35     User aur
36     IdentityFile ~/.ssh/id_ed25519
37@@ -93,22 +78,12 @@ Host pico.sh
38     HostName pico.sh
39     IdentitiesOnly yes
40     IdentityFile ~/.ssh/id_ed25519
41-    ControlPath ~/.ssh/cm-%r@%h:%p
42-    ControlMaster auto
43-    ControlPersist 10m
44-
45-Host ptest
46-    HostName pico.sh
47 
48 Host ppico
49     HostName pico.sh
50     IdentitiesOnly yes
51     IdentityFile ~/.ssh/id_ed25519_pico
52 
53-    ControlPath ~/.ssh/cm-%r@%h:%p
54-    ControlMaster auto
55-    ControlPersist 10m
56-
57 Host pipe
58     HostName pipe.pico.sh
59     IdentitiesOnly yes
60@@ -162,9 +137,3 @@ Host rsync
61     HostName de2098.rsync.net
62     User de2098
63     IdentityFile ~/.ssh/id_ed25519
64-
65-Host pdeploy
66-    HostName pdeploy.mik.qa
67-    Port 2222
68-    User erock
69-    IdentityFile ~/.ssh/id_ed25519